#DC833B

Color #DC833B Tree Poppy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tree Poppy #DC833B

Tints of Tree Poppy #DC833B

Color information

#DC833B (or 0xDC833B) is unknown color: approx Tree Poppy. HEX triplet: DC, 83 and 3B. RGB value is (220,131,59). Sum of RGB (Red+Green+Blue) = 220+131+59=410 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.66% from 410); Green value is 131 (51.56% from 255 or 31.95% from 410); Blue value is 59 (23.44% from 255 or 14.39% from 410); Max value from RGB is 220 - color contains mainly: red. Hex color #DC833B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC833B is #237CC4. Grayscale: #959595. Windows color (decimal): -2325701 or 3900380. OLE color: 3900380.

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

Color convert

RGB22013159-
CMYK00.400.730.14
HSL26.83º69.7%54.71%-
HSV(B)26.83º73.18%86.27%-
XYZ38.4231.768.24-
YUV149.476.99178.35-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 53.66%
GREEN value IS 131 (51.56% from 255) = 31.95%
BLUE value IS 59 (23.44% from 255) = 14.39%
R=53.66%
G=31.95%
B=14.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.73
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201315900.400.730.1426.8369.754.71
HexDC833B02849E1b4637
Octal33420373050111163310667
Binary1101110010000011111011010100010010011110110111000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC833B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC833B; }

 p { color: rgb(220,131,59); }

 H1.HeaderClassName
 {
   color: #DC833B;
 }
 .AnyTagClassName
 {
   color: #DC833B;
 }
</style>
background-color css

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

 a { background-color: rgb(220,131,59); }

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

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

 span { border-color: rgb(220,131,59); }

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