Color Hex Logo

#ddd038 Color Hex

#DDD038
(221,208,56)
0 Favorites   0 Comments

Color spaces of #ddd038

RGB 22120856
HSL0.150.710.54
HSV55°75°87°
CMYK 0.000.060.75   0.13
XYZ53.088560.769412.6730
Yxy60.76940.41960.4803
Hunter Lab77.9547-14.859244.9296
CIE-Lab82.2546-11.738871.7551

#ddd038 color RGB value is (221,208,56).

#ddd038 hex color red value is 221, green value is 208 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #ddd038 hue: 0.15 , saturation: 0.71 and the lightness value of ddd038 is 0.54.

The process color (four color CMYK) of #ddd038 color hex is 0.00, 0.06, 0.75, 0.13. Web safe color of #ddd038 is #cccc33. Color #ddd038 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11010000 00111000
Octal 335 320 70
Decimal 221 208 56
Hex DD D0 38

RGB Percentages of Color #ddd038

%45.57
%42.89
%11.55

CMYK Percentages of Color #ddd038

%0
%6
%75
%13

Triadic Colors of #ddd038

#ddd038 #38ddd0 #d038dd

Analogous Colors of #ddd038

#ddd038 #98dd38 #dd7e38

Monochromatic Colors of #ddd038

#ddd038

Complementary Color

#ddd038 #3845dd

#ddd038 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddd038 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddd038 Color CSS Codes

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

#ddd038 Text Font Color

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

This sample text font color is #ddd038
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.


#ddd038 Background Color

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

This div background color is #ddd038


#ddd038 Border Color

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

This div border color is #ddd038


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddd038


Comments

No comments written yet.

Please login to write comment.