Html Css Color HEX #DCAB47 Tulip Tree

📋 copy color: '#DCAB47'

red 220 ◦ green 171 ◦ blue 71

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

Shades of Tulip Tree #DCAB47

Tints of Tulip Tree #DCAB47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 15.37%

R = 47.62%
G = 37.01%
B = 15.37%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DCAB47 (or 0xDCAB47) is known color: Tulip Tree. HEX triplet: DC, AB and 47. RGB value is (220,171,71). Sum of RGB (Red+Green+Blue) = 220+171+71=462 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.62% from 462); Green value is 171 (67.19% from 255 or 37.01% from 462); Blue value is 71 (28.12% from 255 or 15.37% from 462); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAB47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCAB47 is #2354B8. Grayscale: #AEAEAE. Windows color (decimal): -2315449 or 4697052. OLE color: 4697052.

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

Color convert

RGB 220 171 71 -
CMYK 0 0.22 0.68 0.14
HSL 40.27º 0.68% 0.57% -
HSV(B) 40.27º 0.68% 0.86% -
XYZ 45.22 44.8 12.22 -
YUV 174.25 69.73 160.63 -
System Red Green Blue C M Y K H S L
Decimal 220 171 71 0 0.22 0.68 0.14 40.27 0.68 0.57
Hex DC AB 47 0 16 44 E 28 44 39
Octal 334 253 107 0 26 104 16 50 104 71
Binary 11011100 10101011 1000111 0 10110 1000100 1110 101000 1000100 111001

Color Harmonies of #DCAB47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAB47

Black with #DCAB47

Text Example


Text Example

White with #DCAB47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAB47; }

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

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

background-color css

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

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

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

border-color css

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

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

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