Color Hex Logo

#ddd130 Color Hex

#DDD130
(221,209,48)
0 Favorites   0 Comments

Color spaces of #ddd130

RGB 22120948
HSL0.160.720.53
HSV56°78°87°
CMYK 0.000.050.78   0.13
XYZ53.152861.186511.8050
Yxy61.18650.42140.4851
Hunter Lab78.2218-15.594945.8074
CIE-Lab82.4789-12.539374.4241

#ddd130 color RGB value is (221,209,48).

#ddd130 hex color red value is 221, green value is 209 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #ddd130 hue: 0.16 , saturation: 0.72 and the lightness value of ddd130 is 0.53.

The process color (four color CMYK) of #ddd130 color hex is 0.00, 0.05, 0.78, 0.13. Web safe color of #ddd130 is #cccc33. Color #ddd130 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11010001 00110000
Octal 335 321 60
Decimal 221 209 48
Hex DD D1 30

RGB Percentages of Color #ddd130

%46.23
%43.72
%10.04

CMYK Percentages of Color #ddd130

%0
%5
%78
%13

Triadic Colors of #ddd130

#ddd130 #30ddd1 #d130dd

Analogous Colors of #ddd130

#ddd130 #93dd30 #dd7b30

Monochromatic Colors of #ddd130

#ddd130

Complementary Color

#ddd130 #303cdd

#ddd130 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddd130 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddd130 Color CSS Codes

.mybgcolor {background-color:#ddd130; } 
.myforecolor {color:#ddd130; }
.mybordercolor {border:3px solid #ddd130; }

#ddd130 Text Font Color

<p style="color:#ddd130">Text here</p>

This sample text font color is #ddd130
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#ddd130 Background Color

<div style="background-color:#ddd130">
Div content here</div>

This div background color is #ddd130


#ddd130 Border Color

<div style="border:3px solid #ddd130">
Div here</div>

This div border color is #ddd130


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(221,209,48, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ddd130; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ddd130;
  -webkit-box-shadow: 1px 1px 3px 2px #ddd130;
  box-shadow:         1px 1px 3px 2px #ddd130; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,209,48, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ddd130">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ddd130;
  -webkit-box-shadow: 1px 1px 3px 2px #ddd130;
  box-shadow:         1px 1px 3px 2px #ddd130;">
Div content here</div>

This div box has shadow with color #ddd130


Comments

No comments written yet.

Please login to write comment.