Html Css Color HEX #DCA536 Tulip Tree

📋 copy color: '#DCA536'

red 220 ◦ green 165 ◦ blue 54

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

Shades of Tulip Tree #DCA536

Tints of Tulip Tree #DCA536

RGB

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

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

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

R = 50.11%
G = 37.59%
B = 12.3%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#DCA536 (or 0xDCA536) is known color: Tulip Tree. HEX triplet: DC, A5 and 36. RGB value is (220,165,54). Sum of RGB (Red+Green+Blue) = 220+165+54=439 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.11% from 439); Green value is 165 (64.84% from 255 or 37.59% from 439); Blue value is 54 (21.48% from 255 or 12.30% from 439); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA536 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCA536 is #235AC9. Grayscale: #A9A9A9. Windows color (decimal): -2317002 or 3581404. OLE color: 3581404.

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

Color convert

RGB 220 165 54 -
CMYK 0 0.25 0.75 0.14
HSL 40.12º 0.7% 0.54% -
HSV(B) 40.12º 0.75% 0.86% -
XYZ 43.64 42.39 9.37 -
YUV 168.79 63.22 164.53 -
System Red Green Blue C M Y K H S L
Decimal 220 165 54 0 0.25 0.75 0.14 40.12 0.7 0.54
Hex DC A5 36 0 19 4B E 28 46 36
Octal 334 245 66 0 31 113 16 50 106 66
Binary 11011100 10100101 110110 0 11001 1001011 1110 101000 1000110 110110

Color Harmonies of #DCA536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA536

Black with #DCA536

Text Example


Text Example

White with #DCA536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA536; }

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

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

background-color css

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

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

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

border-color css

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

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

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