Html Css Color HEX #DCAB37 Tulip Tree

📋 copy color: '#DCAB37'

red 220 ◦ green 171 ◦ blue 55

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

Shades of Tulip Tree #DCAB37

Tints of Tulip Tree #DCAB37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 12.33%

R = 49.33%
G = 38.34%
B = 12.33%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#DCAB37 (or 0xDCAB37) is known color: Tulip Tree. HEX triplet: DC, AB and 37. RGB value is (220,171,55). Sum of RGB (Red+Green+Blue) = 220+171+55=446 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.33% from 446); Green value is 171 (67.19% from 255 or 38.34% from 446); Blue value is 55 (21.88% from 255 or 12.33% from 446); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAB37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCAB37 is #2354C8. Grayscale: #ACACAC. Windows color (decimal): -2315465 or 3648476. OLE color: 3648476.

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

Color convert

RGB 220 171 55 -
CMYK 0 0.22 0.75 0.14
HSL 42.18º 0.7% 0.54% -
HSV(B) 42.18º 0.75% 0.86% -
XYZ 44.77 44.62 9.87 -
YUV 172.43 61.73 161.93 -
System Red Green Blue C M Y K H S L
Decimal 220 171 55 0 0.22 0.75 0.14 42.18 0.7 0.54
Hex DC AB 37 0 16 4B E 2A 46 36
Octal 334 253 67 0 26 113 16 52 106 66
Binary 11011100 10101011 110111 0 10110 1001011 1110 101010 1000110 110110

Color Harmonies of #DCAB37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAB37

Black with #DCAB37

Text Example


Text Example

White with #DCAB37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAB37; }

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

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

background-color css

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

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

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

border-color css

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

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

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