Color Hex Logo

#ddaf38 Color Hex

#DDAF38
(221,175,56)
0 Favorites   0 Comments

Color spaces of #ddaf38

RGB 22117556
HSL0.120.710.54
HSV43°75°87°
CMYK 0.000.210.75   0.13
XYZ45.862646.317610.2644
Yxy46.31760.44770.4521
Hunter Lab68.05701.188638.6978
CIE-Lab73.75115.313863.7197

#ddaf38 color RGB value is (221,175,56).

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

The process color (four color CMYK) of #ddaf38 color hex is 0.00, 0.21, 0.75, 0.13. Web safe color of #ddaf38 is #cc9933. Color #ddaf38 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101111 00111000
Octal 335 257 70
Decimal 221 175 56
Hex DD AF 38

RGB Percentages of Color #ddaf38

%48.89
%38.72
%12.39

CMYK Percentages of Color #ddaf38

%0
%21
%75
%13

Triadic Colors of #ddaf38

#ddaf38 #38ddaf #af38dd

Analogous Colors of #ddaf38

#ddaf38 #b9dd38 #dd5d38

Monochromatic Colors of #ddaf38

#ddaf38

Complementary Color

#ddaf38 #3866dd

#ddaf38 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddaf38 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddaf38 Color CSS Codes

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

#ddaf38 Text Font Color

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

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


#ddaf38 Background Color

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

This div background color is #ddaf38


#ddaf38 Border Color

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

This div border color is #ddaf38


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,175,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 #ddaf38">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddaf38


Comments

No comments written yet.

Please login to write comment.