Html Css Color HEX #DC8836 Tree Poppy

📋 copy color: '#DC8836'

red 220 ◦ green 136 ◦ blue 54

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

Shades of Tree Poppy #DC8836

Tints of Tree Poppy #DC8836

RGB

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

 GREEN value IS 136 (53.52% from 255) = 33.17%

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

R = 53.66%
G = 33.17%
B = 13.17%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#DC8836 (or 0xDC8836) is known color: Tree Poppy. HEX triplet: DC, 88 and 36. RGB value is (220,136,54). Sum of RGB (Red+Green+Blue) = 220+136+54=410 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.66% from 410); Green value is 136 (53.52% from 255 or 33.17% from 410); Blue value is 54 (21.48% from 255 or 13.17% from 410); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8836 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8836 is #2377C9. Grayscale: #989898. Windows color (decimal): -2324426 or 3573980. OLE color: 3573980.

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

Color convert

RGB 220 136 54 -
CMYK 0 0.38 0.75 0.14
HSL 29.64º 0.7% 0.54% -
HSV(B) 29.64º 0.75% 0.86% -
XYZ 38.99 33.09 7.82 -
YUV 151.77 72.83 176.67 -
System Red Green Blue C M Y K H S L
Decimal 220 136 54 0 0.38 0.75 0.14 29.64 0.7 0.54
Hex DC 88 36 0 26 4B E 1E 46 36
Octal 334 210 66 0 46 113 16 36 106 66
Binary 11011100 10001000 110110 0 100110 1001011 1110 11110 1000110 110110

Color Harmonies of #DC8836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8836

Black with #DC8836

Text Example


Text Example

White with #DC8836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8836; }

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

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

background-color css

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

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

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

border-color css

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

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

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