#db851e

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

Shades of Buttercup #DB851E

Tints of Buttercup #DB851E

Color information

#DB851E (or 0xDB851E) is unknown color: approx Buttercup. HEX triplet: DB, 85 and 1E. RGB value is (219,133,30). Sum of RGB (Red+Green+Blue) = 219+133+30=382 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.33% from 382); Green value is 133 (52.34% from 255 or 34.82% from 382); Blue value is 30 (12.11% from 255 or 7.85% from 382); Max value from RGB is 219 - color contains mainly: red. Hex color #DB851E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB851E is #247AE1. Grayscale: #939393. Windows color (decimal): -2390754 or 2000347. OLE color: 2000347.

HSL color Cylindrical-coordinate representation of color #DB851E: hue angle of 32.7º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DB851E is Cyan = 0, Magento = 0.39, Yellow = 0.86 and Black (K on CMYK) = 0.14.

Color convert

RGB21913330-
CMYK00.390.860.14
HSL32.7º75.9%48.82%-
HSV(B)32.7º86.3%85.88%-
XYZ37.8431.935.4-
YUV146.9761.99179.38-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 57.33%
GREEN value IS 133 (52.34% from 255) = 34.82%
BLUE value IS 30 (12.11% from 255) = 7.85%
R=57.33%
G=34.82%
B=7.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.86
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191333000.390.860.1432.775.948.82
HexDB851E02756E214c31
Octal33320536047126164111461
Binary1101101110000101111100100111101011011101000011001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #db851e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #db851e; }

 p { color: rgb(219,133,30); }

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

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

 a { background-color: rgb(219,133,30); }

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

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

 span { border-color: rgb(219,133,30); }

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