#D88815

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

Shades of Buttercup #D88815

Tints of Buttercup #D88815

Color information

#D88815 (or 0xD88815) is unknown color: approx Buttercup. HEX triplet: D8, 88 and 15. RGB value is (216,136,21). Sum of RGB (Red+Green+Blue) = 216+136+21=373 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.91% from 373); Green value is 136 (53.52% from 255 or 36.46% from 373); Blue value is 21 (8.59% from 255 or 5.63% from 373); Max value from RGB is 216 - color contains mainly: red. Hex color #D88815 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D88815 is #2777EA. Grayscale: #939393. Windows color (decimal): -2586603 or 1411288. OLE color: 1411288.

HSL color Cylindrical-coordinate representation of color #D88815: hue angle of 35.38º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D88815 is Cyan = 0, Magento = 0.37, Yellow = 0.90 and Black (K on CMYK) = 0.15.

Color convert

RGB21613621-
CMYK00.370.900.15
HSL35.38º82.28%46.47%-
HSV(B)35.38º90.28%84.71%-
XYZ37.2632.264.97-
YUV146.8157177.35-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 57.91%
GREEN value IS 136 (53.52% from 255) = 36.46%
BLUE value IS 21 (8.59% from 255) = 5.63%
R=57.91%
G=36.46%
B=5.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.90
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161362100.370.900.1535.3882.2846.47
HexD888150255AF23522e
Octal33021025045132174312256
Binary1101100010001000101010100101101101011111000111010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88815; }

 p { color: rgb(216,136,21); }

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

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

 a { background-color: rgb(216,136,21); }

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

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

 span { border-color: rgb(216,136,21); }

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