Html Css Color HEX #DCAB39 Tulip Tree

📋 copy color: '#DCAB39'

red 220 ◦ green 171 ◦ blue 57

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

Shades of Tulip Tree #DCAB39

Tints of Tulip Tree #DCAB39

RGB

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

 GREEN value IS 171 (67.19% from 255) = 38.17%

 BLUE value IS 57 (22.66% from 255) = 12.72%

R = 49.11%
G = 38.17%
B = 12.72%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#DCAB39 (or 0xDCAB39) is known color: Tulip Tree. HEX triplet: DC, AB and 39. RGB value is (220,171,57). Sum of RGB (Red+Green+Blue) = 220+171+57=448 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.11% from 448); Green value is 171 (67.19% from 255 or 38.17% from 448); Blue value is 57 (22.66% from 255 or 12.72% from 448); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAB39 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCAB39 is #2354C6. Grayscale: #ADADAD. Windows color (decimal): -2315463 or 3779548. OLE color: 3779548.

HSL color Cylindrical-coordinate representation of color #DCAB39: hue angle of 41.96º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DCAB39 is Cyan = 0, Magento = 0.22, Yellow = 0.74 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 171 57 -
CMYK 0 0.22 0.74 0.14
HSL 41.96º 0.7% 0.54% -
HSV(B) 41.96º 0.74% 0.86% -
XYZ 44.82 44.64 10.12 -
YUV 172.66 62.73 161.77 -
System Red Green Blue C M Y K H S L
Decimal 220 171 57 0 0.22 0.74 0.14 41.96 0.7 0.54
Hex DC AB 39 0 16 4A E 2A 46 36
Octal 334 253 71 0 26 112 16 52 106 66
Binary 11011100 10101011 111001 0 10110 1001010 1110 101010 1000110 110110

Color Harmonies of #DCAB39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAB39

Black with #DCAB39

Text Example


Text Example

White with #DCAB39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAB39; }

 p { color: rgb(220,171,57); }

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

background-color css

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

 a { background-color: rgb(220,171,57); }

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

border-color css

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

 span { border-color: rgb(220,171,57); }

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