#DB8817

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

Shades of Buttercup #DB8817

Tints of Buttercup #DB8817

Color information

#DB8817 (or 0xDB8817) is unknown color: approx Buttercup. HEX triplet: DB, 88 and 17. RGB value is (219,136,23). Sum of RGB (Red+Green+Blue) = 219+136+23=378 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.94% from 378); Green value is 136 (53.52% from 255 or 35.98% from 378); Blue value is 23 (9.38% from 255 or 6.08% from 378); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8817 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB8817 is #2477E8. Grayscale: #949494. Windows color (decimal): -2389993 or 1542363. OLE color: 1542363.

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

Color convert

RGB21913623-
CMYK00.380.890.14
HSL34.59º80.99%47.45%-
HSV(B)34.59º89.5%85.88%-
XYZ38.1732.735.12-
YUV147.9457.5178.69-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 57.94%
GREEN value IS 136 (53.52% from 255) = 35.98%
BLUE value IS 23 (9.38% from 255) = 6.08%
R=57.94%
G=35.98%
B=6.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.89
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191362300.380.890.1434.5980.9947.45
HexDB881702659E23512f
Octal33321027046131164312157
Binary1101101110001000101110100110101100111101000111010001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB8817

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB8817; }

 p { color: rgb(219,136,23); }

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

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

 a { background-color: rgb(219,136,23); }

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

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

 span { border-color: rgb(219,136,23); }

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