Html Css Color HEX #DCA747 Tulip Tree

📋 copy color: '#DCA747'

red 220 ◦ green 167 ◦ blue 71

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

Shades of Tulip Tree #DCA747

Tints of Tulip Tree #DCA747

RGB

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

 GREEN value IS 167 (65.63% from 255) = 36.46%

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

R = 48.03%
G = 36.46%
B = 15.5%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DCA747 (or 0xDCA747) is known color: Tulip Tree. HEX triplet: DC, A7 and 47. RGB value is (220,167,71). Sum of RGB (Red+Green+Blue) = 220+167+71=458 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.03% from 458); Green value is 167 (65.62% from 255 or 36.46% from 458); Blue value is 71 (28.12% from 255 or 15.50% from 458); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA747 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCA747 is #2358B8. Grayscale: #ACACAC. Windows color (decimal): -2316473 or 4696028. OLE color: 4696028.

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

Color convert

RGB 220 167 71 -
CMYK 0 0.24 0.68 0.14
HSL 38.66º 0.68% 0.57% -
HSV(B) 38.66º 0.68% 0.86% -
XYZ 44.47 43.31 11.98 -
YUV 171.9 71.06 162.31 -
System Red Green Blue C M Y K H S L
Decimal 220 167 71 0 0.24 0.68 0.14 38.66 0.68 0.57
Hex DC A7 47 0 18 44 E 27 44 39
Octal 334 247 107 0 30 104 16 47 104 71
Binary 11011100 10100111 1000111 0 11000 1000100 1110 100111 1000100 111001

Color Harmonies of #DCA747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA747

Black with #DCA747

Text Example


Text Example

White with #DCA747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA747; }

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

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

background-color css

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

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

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

border-color css

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

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

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