Html Css Color HEX #DCA539 Tulip Tree

📋 copy color: '#DCA539'

red 220 ◦ green 165 ◦ blue 57

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

Shades of Tulip Tree #DCA539

Tints of Tulip Tree #DCA539

RGB

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

 GREEN value IS 165 (64.84% from 255) = 37.33%

 BLUE value IS 57 (22.66% from 255) = 12.9%

R = 49.77%
G = 37.33%
B = 12.9%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#DCA539 (or 0xDCA539) is known color: Tulip Tree. HEX triplet: DC, A5 and 39. RGB value is (220,165,57). Sum of RGB (Red+Green+Blue) = 220+165+57=442 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.77% from 442); Green value is 165 (64.84% from 255 or 37.33% from 442); Blue value is 57 (22.66% from 255 or 12.90% from 442); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA539 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCA539 is #235AC6. Grayscale: #A9A9A9. Windows color (decimal): -2316999 or 3778012. OLE color: 3778012.

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

Color convert

RGB 220 165 57 -
CMYK 0 0.25 0.74 0.14
HSL 39.75º 0.7% 0.54% -
HSV(B) 39.75º 0.74% 0.86% -
XYZ 43.71 42.42 9.76 -
YUV 169.13 64.72 164.28 -
System Red Green Blue C M Y K H S L
Decimal 220 165 57 0 0.25 0.74 0.14 39.75 0.7 0.54
Hex DC A5 39 0 19 4A E 28 46 36
Octal 334 245 71 0 31 112 16 50 106 66
Binary 11011100 10100101 111001 0 11001 1001010 1110 101000 1000110 110110

Color Harmonies of #DCA539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA539

Black with #DCA539

Text Example


Text Example

White with #DCA539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA539; }

 p { color: rgb(220,165,57); }

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

background-color css

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

 a { background-color: rgb(220,165,57); }

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

border-color css

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

 span { border-color: rgb(220,165,57); }

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