Html Css Color HEX #DCAA45 Tulip Tree

📋 copy color: '#DCAA45'

red 220 ◦ green 170 ◦ blue 69

#DCAA45
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tulip Tree #DCAA45

Tints of Tulip Tree #DCAA45

RGB

 RED value IS 220 (86.33% from 255) = 47.93%

 GREEN value IS 170 (66.8% from 255) = 37.04%

 BLUE value IS 69 (27.34% from 255) = 15.03%

R = 47.93%
G = 37.04%
B = 15.03%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.69

 K value IS 0.14

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#DCAA45 (or 0xDCAA45) is known color: Tulip Tree. HEX triplet: DC, AA and 45. RGB value is (220,170,69). Sum of RGB (Red+Green+Blue) = 220+170+69=459 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.93% from 459); Green value is 170 (66.80% from 255 or 37.04% from 459); Blue value is 69 (27.34% from 255 or 15.03% from 459); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAA45 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCAA45 is #2355BA. Grayscale: #ADADAD. Windows color (decimal): -2315707 or 4565724. OLE color: 4565724.

HSL color Cylindrical-coordinate representation of color #DCAA45: hue angle of 40.13º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DCAA45 is Cyan = 0, Magento = 0.23, Yellow = 0.69 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 170 69 -
CMYK 0 0.23 0.69 0.14
HSL 40.13º 0.68% 0.57% -
HSV(B) 40.13º 0.69% 0.86% -
XYZ 44.96 44.39 11.83 -
YUV 173.44 69.07 161.21 -
System Red Green Blue C M Y K H S L
Decimal 220 170 69 0 0.23 0.69 0.14 40.13 0.68 0.57
Hex DC AA 45 0 17 45 E 28 44 39
Octal 334 252 105 0 27 105 16 50 104 71
Binary 11011100 10101010 1000101 0 10111 1000101 1110 101000 1000100 111001

Color Harmonies of #DCAA45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAA45

Black with #DCAA45

Text Example


Text Example

White with #DCAA45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAA45; }

 p { color: rgb(220,170,69); }

 H1.HeaderClassName
 {
   color: #DCAA45;
 }
 .AnyTagClassName
 {
   color: #DCAA45;
 }
</style>

background-color css

<style>
 a { background-color: #DCAA45; }

 a { background-color: rgb(220,170,69); }

 div.DivClassName
 {
   background-color: #DCAA45;
 }
 .BgClassName
 {
   background-color: #DCAA45;
 }
</style>

border-color css

<style>
 span { border-color: #DCAA45; }

 span { border-color: rgb(220,170,69); }

 td.TdClassName
 {
   border-color: #DCAA45;
 }
 .TagClassName
 {
   border-color: #DCAA45;
 }
</style>