Html Css Color HEX #DC8237 Tree Poppy

📋 copy color: '#DC8237'

red 220 ◦ green 130 ◦ blue 55

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

Shades of Tree Poppy #DC8237

Tints of Tree Poppy #DC8237

RGB

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

 GREEN value IS 130 (51.17% from 255) = 32.1%

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

R = 54.32%
G = 32.1%
B = 13.58%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#DC8237 (or 0xDC8237) is known color: Tree Poppy. HEX triplet: DC, 82 and 37. RGB value is (220,130,55). Sum of RGB (Red+Green+Blue) = 220+130+55=405 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.32% from 405); Green value is 130 (51.17% from 255 or 32.10% from 405); Blue value is 55 (21.88% from 255 or 13.58% from 405); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8237 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8237 is #237DC8. Grayscale: #949494. Windows color (decimal): -2325961 or 3637980. OLE color: 3637980.

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

Color convert

RGB 220 130 55 -
CMYK 0 0.41 0.75 0.14
HSL 27.27º 0.7% 0.54% -
HSV(B) 27.27º 0.75% 0.86% -
XYZ 38.19 31.46 7.67 -
YUV 148.36 75.32 179.1 -
System Red Green Blue C M Y K H S L
Decimal 220 130 55 0 0.41 0.75 0.14 27.27 0.7 0.54
Hex DC 82 37 0 29 4B E 1B 46 36
Octal 334 202 67 0 51 113 16 33 106 66
Binary 11011100 10000010 110111 0 101001 1001011 1110 11011 1000110 110110

Color Harmonies of #DC8237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8237

Black with #DC8237

Text Example


Text Example

White with #DC8237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8237; }

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

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

background-color css

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

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

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

border-color css

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

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

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