Html Css Color HEX #DCAA47 Tulip Tree

📋 copy color: '#DCAA47'

red 220 ◦ green 170 ◦ blue 71

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

Shades of Tulip Tree #DCAA47

Tints of Tulip Tree #DCAA47

RGB

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

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

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

R = 47.72%
G = 36.88%
B = 15.4%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DCAA47 (or 0xDCAA47) is known color: Tulip Tree. HEX triplet: DC, AA and 47. RGB value is (220,170,71). Sum of RGB (Red+Green+Blue) = 220+170+71=461 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.72% from 461); Green value is 170 (66.80% from 255 or 36.88% from 461); Blue value is 71 (28.12% from 255 or 15.40% from 461); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAA47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCAA47 is #2355B8. Grayscale: #AEAEAE. Windows color (decimal): -2315705 or 4696796. OLE color: 4696796.

HSL color Cylindrical-coordinate representation of color #DCAA47: hue angle of 39.87º 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 #DCAA47 is Cyan = 0, Magento = 0.23, Yellow = 0.68 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 170 71 -
CMYK 0 0.23 0.68 0.14
HSL 39.87º 0.68% 0.57% -
HSV(B) 39.87º 0.68% 0.86% -
XYZ 45.03 44.42 12.16 -
YUV 173.66 70.07 161.05 -
System Red Green Blue C M Y K H S L
Decimal 220 170 71 0 0.23 0.68 0.14 39.87 0.68 0.57
Hex DC AA 47 0 17 44 E 28 44 39
Octal 334 252 107 0 27 104 16 50 104 71
Binary 11011100 10101010 1000111 0 10111 1000100 1110 101000 1000100 111001

Color Harmonies of #DCAA47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAA47

Black with #DCAA47

Text Example


Text Example

White with #DCAA47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAA47; }

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

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

background-color css

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

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

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

border-color css

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

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

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