#db912b

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

Shades of Buttercup #DB912B

Tints of Buttercup #DB912B

Color information

#DB912B (or 0xDB912B) is unknown color: approx Buttercup. HEX triplet: DB, 91 and 2B. RGB value is (219,145,43). Sum of RGB (Red+Green+Blue) = 219+145+43=407 (53% of max value = 765). Red value is 219 (85.94% from 255 or 53.81% from 407); Green value is 145 (57.03% from 255 or 35.63% from 407); Blue value is 43 (17.19% from 255 or 10.57% from 407); Max value from RGB is 219 - color contains mainly: red. Hex color #DB912B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB912B is #246ED4. Grayscale: #9B9B9B. Windows color (decimal): -2387669 or 2855387. OLE color: 2855387.

HSL color Cylindrical-coordinate representation of color #DB912B: hue angle of 34.77º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DB912B is Cyan = 0, Magento = 0.34, Yellow = 0.80 and Black (K on CMYK) = 0.14.

Color convert

RGB21914543-
CMYK00.340.800.14
HSL34.77º70.97%51.37%-
HSV(B)34.77º80.37%85.88%-
XYZ39.7735.497.04-
YUV155.564.52173.29-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 53.81%
GREEN value IS 145 (57.03% from 255) = 35.63%
BLUE value IS 43 (17.19% from 255) = 10.57%
R=53.81%
G=35.63%
B=10.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.80
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191454300.340.800.1434.7770.9751.37
HexDB912B02250E234733
Octal33322153042120164310763
Binary11011011100100011010110100010101000011101000111000111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #db912b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #db912b; }

 p { color: rgb(219,145,43); }

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

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

 a { background-color: rgb(219,145,43); }

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

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

 span { border-color: rgb(219,145,43); }

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