Color Hex Logo

#daaa23 Color Hex

#DAAA23
(218,170,35)
0 Favorites   0 Comments

Color spaces of #daaa23

RGB 21817035
HSL0.120.720.50
HSV44°84°85°
CMYK 0.000.220.84   0.15
XYZ43.591543.77627.7422
Yxy43.77620.45830.4603
Hunter Lab66.16361.817439.3766
CIE-Lab72.07875.939569.0023

#daaa23 color RGB value is (218,170,35).

#daaa23 hex color red value is 218, green value is 170 and the blue value of its RGB is 35. Cylindrical-coordinate representations (also known as HSL) of color #daaa23 hue: 0.12 , saturation: 0.72 and the lightness value of daaa23 is 0.50.

The process color (four color CMYK) of #daaa23 color hex is 0.00, 0.22, 0.84, 0.15. Web safe color of #daaa23 is #cc9933. Color #daaa23 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101010 00100011
Octal 332 252 43
Decimal 218 170 35
Hex DA AA 23

RGB Percentages of Color #daaa23

%51.54
%40.19
%8.27

CMYK Percentages of Color #daaa23

%0
%22
%84
%15

Triadic Colors of #daaa23

#daaa23 #23daaa #aa23da

Analogous Colors of #daaa23

#daaa23 #afda23 #da4e23

Monochromatic Colors of #daaa23

#daaa23

Complementary Color

#daaa23 #2353da

#daaa23 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daaa23 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daaa23 Color CSS Codes

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

#daaa23 Text Font Color

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

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


#daaa23 Background Color

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

This div background color is #daaa23


#daaa23 Border Color

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

This div border color is #daaa23


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daaa23


Comments

No comments written yet.

Please login to write comment.