Html Css Color HEX #DCA447 Tulip Tree

📋 copy color: '#DCA447'

red 220 ◦ green 164 ◦ blue 71

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

Shades of Tulip Tree #DCA447

Tints of Tulip Tree #DCA447

RGB

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

 GREEN value IS 164 (64.45% from 255) = 36.04%

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

R = 48.35%
G = 36.04%
B = 15.6%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DCA447 (or 0xDCA447) is known color: Tulip Tree. HEX triplet: DC, A4 and 47. RGB value is (220,164,71). Sum of RGB (Red+Green+Blue) = 220+164+71=455 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.35% from 455); Green value is 164 (64.45% from 255 or 36.04% from 455); Blue value is 71 (28.12% from 255 or 15.60% from 455); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA447 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCA447 is #235BB8. Grayscale: #AAAAAA. Windows color (decimal): -2317241 or 4695260. OLE color: 4695260.

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

Color convert

RGB 220 164 71 -
CMYK 0 0.25 0.68 0.14
HSL 37.45º 0.68% 0.57% -
HSV(B) 37.45º 0.68% 0.86% -
XYZ 43.93 42.22 11.8 -
YUV 170.14 72.05 163.56 -
System Red Green Blue C M Y K H S L
Decimal 220 164 71 0 0.25 0.68 0.14 37.45 0.68 0.57
Hex DC A4 47 0 19 44 E 25 44 39
Octal 334 244 107 0 31 104 16 45 104 71
Binary 11011100 10100100 1000111 0 11001 1000100 1110 100101 1000100 111001

Color Harmonies of #DCA447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA447

Black with #DCA447

Text Example


Text Example

White with #DCA447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA447; }

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

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

background-color css

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

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

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

border-color css

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

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

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