#DC882C

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

Shades of Buttercup #DC882C

Tints of Buttercup #DC882C

Color information

#DC882C (or 0xDC882C) is unknown color: approx Buttercup. HEX triplet: DC, 88 and 2C. RGB value is (220,136,44). Sum of RGB (Red+Green+Blue) = 220+136+44=400 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55% from 400); Green value is 136 (53.52% from 255 or 34% from 400); Blue value is 44 (17.58% from 255 or 11% from 400); Max value from RGB is 220 - color contains mainly: red. Hex color #DC882C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC882C is #2377D3. Grayscale: #979797. Windows color (decimal): -2324436 or 2918620. OLE color: 2918620.

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

Color convert

RGB22013644-
CMYK00.380.80.14
HSL31.36º71.54%51.76%-
HSV(B)31.36º80%86.27%-
XYZ38.7733.016.71-
YUV150.6367.83177.48-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 55%
GREEN value IS 136 (53.52% from 255) = 34%
BLUE value IS 44 (17.58% from 255) = 11%
R=55%
G=34%
B=11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.8
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201364400.380.80.1431.3671.5451.76
HexDC882C02650E1f4834
Octal33421054046120163711064
Binary1101110010001000101100010011010100001110111111001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC882C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC882C; }

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

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

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

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

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

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

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

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