Html Css Color HEX #DCAC47 Tulip Tree

📋 copy color: '#DCAC47'

red 220 ◦ green 172 ◦ blue 71

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

Shades of Tulip Tree #DCAC47

Tints of Tulip Tree #DCAC47

RGB

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

 GREEN value IS 172 (67.58% from 255) = 37.15%

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

R = 47.52%
G = 37.15%
B = 15.33%

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

#DCAC47 (or 0xDCAC47) is known color: Tulip Tree. HEX triplet: DC, AC and 47. RGB value is (220,172,71). Sum of RGB (Red+Green+Blue) = 220+172+71=463 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.52% from 463); Green value is 172 (67.58% from 255 or 37.15% from 463); Blue value is 71 (28.12% from 255 or 15.33% from 463); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAC47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCAC47 is #2353B8. Grayscale: #AFAFAF. Windows color (decimal): -2315193 or 4697308. OLE color: 4697308.

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

Color convert

RGB 220 172 71 -
CMYK 0 0.22 0.68 0.14
HSL 40.67º 0.68% 0.57% -
HSV(B) 40.67º 0.68% 0.86% -
XYZ 45.41 45.18 12.29 -
YUV 174.84 69.4 160.21 -
System Red Green Blue C M Y K H S L
Decimal 220 172 71 0 0.22 0.68 0.14 40.67 0.68 0.57
Hex DC AC 47 0 16 44 E 29 44 39
Octal 334 254 107 0 26 104 16 51 104 71
Binary 11011100 10101100 1000111 0 10110 1000100 1110 101001 1000100 111001

Color Harmonies of #DCAC47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAC47

Black with #DCAC47

Text Example


Text Example

White with #DCAC47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAC47; }

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

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

background-color css

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

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

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

border-color css

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

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

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