Html Css Color HEX #DCA237 Tulip Tree

📋 copy color: '#DCA237'

red 220 ◦ green 162 ◦ blue 55

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

Shades of Tulip Tree #DCA237

Tints of Tulip Tree #DCA237

RGB

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

 GREEN value IS 162 (63.67% from 255) = 37.07%

 BLUE value IS 55 (21.88% from 255) = 12.59%

R = 50.34%
G = 37.07%
B = 12.59%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#DCA237 (or 0xDCA237) is known color: Tulip Tree. HEX triplet: DC, A2 and 37. RGB value is (220,162,55). Sum of RGB (Red+Green+Blue) = 220+162+55=437 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.34% from 437); Green value is 162 (63.67% from 255 or 37.07% from 437); Blue value is 55 (21.88% from 255 or 12.59% from 437); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA237 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCA237 is #235DC8. Grayscale: #A7A7A7. Windows color (decimal): -2317769 or 3646172. OLE color: 3646172.

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

Color convert

RGB 220 162 55 -
CMYK 0 0.26 0.75 0.14
HSL 38.91º 0.7% 0.54% -
HSV(B) 38.91º 0.75% 0.86% -
XYZ 43.13 41.33 9.32 -
YUV 167.14 64.72 165.7 -
System Red Green Blue C M Y K H S L
Decimal 220 162 55 0 0.26 0.75 0.14 38.91 0.7 0.54
Hex DC A2 37 0 1A 4B E 27 46 36
Octal 334 242 67 0 32 113 16 47 106 66
Binary 11011100 10100010 110111 0 11010 1001011 1110 100111 1000110 110110

Color Harmonies of #DCA237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA237

Black with #DCA237

Text Example


Text Example

White with #DCA237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA237; }

 p { color: rgb(220,162,55); }

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

background-color css

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

 a { background-color: rgb(220,162,55); }

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

border-color css

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

 span { border-color: rgb(220,162,55); }

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