Color Hex Logo

#ddaf23 Color Hex

#DDAF23
(221,175,35)
0 Favorites   0 Comments

Color spaces of #ddaf23

RGB 22117535
HSL0.130.730.50
HSV45°84°87°
CMYK 0.000.210.84   0.13
XYZ45.452146.15348.1030
Yxy46.15340.45580.4629
Hunter Lab67.93630.535140.4837
CIE-Lab73.64504.597970.4352

#ddaf23 color RGB value is (221,175,35).

#ddaf23 hex color red value is 221, green value is 175 and the blue value of its RGB is 35. Cylindrical-coordinate representations (also known as HSL) of color #ddaf23 hue: 0.13 , saturation: 0.73 and the lightness value of ddaf23 is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101111 00100011
Octal 335 257 43
Decimal 221 175 35
Hex DD AF 23

RGB Percentages of Color #ddaf23

%51.28
%40.60
%8.12

CMYK Percentages of Color #ddaf23

%0
%21
%84
%13

Triadic Colors of #ddaf23

#ddaf23 #23ddaf #af23dd

Analogous Colors of #ddaf23

#ddaf23 #aedd23 #dd5223

Monochromatic Colors of #ddaf23

#ddaf23

Complementary Color

#ddaf23 #2351dd

#ddaf23 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddaf23 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddaf23 Color CSS Codes

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

#ddaf23 Text Font Color

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

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


#ddaf23 Background Color

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

This div background color is #ddaf23


#ddaf23 Border Color

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

This div border color is #ddaf23


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddaf23


Comments

No comments written yet.

Please login to write comment.