Html Css Color HEX #DCA036 Tulip Tree

📋 copy color: '#DCA036'

red 220 ◦ green 160 ◦ blue 54

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

Shades of Tulip Tree #DCA036

Tints of Tulip Tree #DCA036

RGB

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

 GREEN value IS 160 (62.89% from 255) = 36.87%

 BLUE value IS 54 (21.48% from 255) = 12.44%

R = 50.69%
G = 36.87%
B = 12.44%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#DCA036 (or 0xDCA036) is known color: Tulip Tree. HEX triplet: DC, A0 and 36. RGB value is (220,160,54). Sum of RGB (Red+Green+Blue) = 220+160+54=434 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.69% from 434); Green value is 160 (62.89% from 255 or 36.87% from 434); Blue value is 54 (21.48% from 255 or 12.44% from 434); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA036 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCA036 is #235FC9. Grayscale: #A6A6A6. Windows color (decimal): -2318282 or 3580124. OLE color: 3580124.

HSL color Cylindrical-coordinate representation of color #DCA036: hue angle of 38.31º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DCA036 is Cyan = 0, Magento = 0.27, Yellow = 0.75 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 160 54 -
CMYK 0 0.27 0.75 0.14
HSL 38.31º 0.7% 0.54% -
HSV(B) 38.31º 0.75% 0.86% -
XYZ 42.75 40.62 9.08 -
YUV 165.86 64.88 166.62 -
System Red Green Blue C M Y K H S L
Decimal 220 160 54 0 0.27 0.75 0.14 38.31 0.7 0.54
Hex DC A0 36 0 1B 4B E 26 46 36
Octal 334 240 66 0 33 113 16 46 106 66
Binary 11011100 10100000 110110 0 11011 1001011 1110 100110 1000110 110110

Color Harmonies of #DCA036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA036

Black with #DCA036

Text Example


Text Example

White with #DCA036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA036; }

 p { color: rgb(220,160,54); }

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

background-color css

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

 a { background-color: rgb(220,160,54); }

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

border-color css

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

 span { border-color: rgb(220,160,54); }

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