#DC872B

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

Shades of Buttercup #DC872B

Tints of Buttercup #DC872B

Color information

#DC872B (or 0xDC872B) is unknown color: approx Buttercup. HEX triplet: DC, 87 and 2B. RGB value is (220,135,43). Sum of RGB (Red+Green+Blue) = 220+135+43=398 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.28% from 398); Green value is 135 (53.12% from 255 or 33.92% from 398); Blue value is 43 (17.19% from 255 or 10.80% from 398); Max value from RGB is 220 - color contains mainly: red. Hex color #DC872B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC872B is #2378D4. Grayscale: #969696. Windows color (decimal): -2324693 or 2852828. OLE color: 2852828.

HSL color Cylindrical-coordinate representation of color #DC872B: hue angle of 31.19º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DC872B is Cyan = 0, Magento = 0.39, Yellow = 0.80 and Black (K on CMYK) = 0.14.

Color convert

RGB22013543-
CMYK00.390.800.14
HSL31.19º71.66%51.57%-
HSV(B)31.19º80.45%86.27%-
XYZ38.6232.726.57-
YUV149.9367.66177.98-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 55.28%
GREEN value IS 135 (53.12% from 255) = 33.92%
BLUE value IS 43 (17.19% from 255) = 10.80%
R=55.28%
G=33.92%
B=10.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.80
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201354300.390.800.1431.1971.6651.57
HexDC872B02750E1f4834
Octal33420753047120163711064
Binary1101110010000111101011010011110100001110111111001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC872B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC872B; }

 p { color: rgb(220,135,43); }

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

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

 a { background-color: rgb(220,135,43); }

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

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

 span { border-color: rgb(220,135,43); }

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