#DC8E19

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

Shades of Buttercup #DC8E19

Tints of Buttercup #DC8E19

Color information

#DC8E19 (or 0xDC8E19) is unknown color: approx Buttercup. HEX triplet: DC, 8E and 19. RGB value is (220,142,25). Sum of RGB (Red+Green+Blue) = 220+142+25=387 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.85% from 387); Green value is 142 (55.86% from 255 or 36.69% from 387); Blue value is 25 (10.16% from 255 or 6.46% from 387); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8E19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC8E19 is #2371E6. Grayscale: #989898. Windows color (decimal): -2322919 or 1674972. OLE color: 1674972.

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

Color convert

RGB22014225-
CMYK00.350.890.14
HSL36º79.59%48.04%-
HSV(B)36º88.64%86.27%-
XYZ39.3634.635.53-
YUV151.9856.34176.51-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 56.85%
GREEN value IS 142 (55.86% from 255) = 36.69%
BLUE value IS 25 (10.16% from 255) = 6.46%
R=56.85%
G=36.69%
B=6.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.89
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201422500.350.890.143679.5948.04
HexDC8E1902359E245030
Octal33421631043131164412060
Binary1101110010001110110010100011101100111101001001010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8E19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8E19; }

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

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

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

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

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

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

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

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