#dc8e22

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

Shades of Buttercup #DC8E22

Tints of Buttercup #DC8E22

Color information

#DC8E22 (or 0xDC8E22) is unknown color: approx Buttercup. HEX triplet: DC, 8E and 22. RGB value is (220,142,34). Sum of RGB (Red+Green+Blue) = 220+142+34=396 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.56% from 396); Green value is 142 (55.86% from 255 or 35.86% from 396); Blue value is 34 (13.67% from 255 or 8.59% from 396); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8E22 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8E22 is #2371DD. Grayscale: #999999. Windows color (decimal): -2322910 or 2264796. OLE color: 2264796.

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

Color convert

RGB22014234-
CMYK00.350.850.14
HSL34.84º73.23%49.8%-
HSV(B)34.84º84.55%86.27%-
XYZ39.4834.686.13-
YUV153.0160.84175.78-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 55.56%
GREEN value IS 142 (55.86% from 255) = 35.86%
BLUE value IS 34 (13.67% from 255) = 8.59%
R=55.56%
G=35.86%
B=8.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.85
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201423400.350.850.1434.8473.2349.8
HexDC8E2202355E234932
Octal33421642043125164311162
Binary11011100100011101000100100011101010111101000111001001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dc8e22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dc8e22; }

 p { color: rgb(220,142,34); }

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

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

 a { background-color: rgb(220,142,34); }

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

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

 span { border-color: rgb(220,142,34); }

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