#DB8D2E

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

Shades of Buttercup #DB8D2E

Tints of Buttercup #DB8D2E

Color information

#DB8D2E (or 0xDB8D2E) is unknown color: approx Buttercup. HEX triplet: DB, 8D and 2E. RGB value is (219,141,46). Sum of RGB (Red+Green+Blue) = 219+141+46=406 (53% of max value = 765). Red value is 219 (85.94% from 255 or 53.94% from 406); Green value is 141 (55.47% from 255 or 34.73% from 406); Blue value is 46 (18.36% from 255 or 11.33% from 406); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8D2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8D2E is #2472D1. Grayscale: #999999. Windows color (decimal): -2388690 or 3050971. OLE color: 3050971.

HSL color Cylindrical-coordinate representation of color #DB8D2E: hue angle of 32.95º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DB8D2E is Cyan = 0, Magento = 0.36, Yellow = 0.79 and Black (K on CMYK) = 0.14.

Color convert

RGB21914146-
CMYK00.360.790.14
HSL32.95º70.61%51.96%-
HSV(B)32.95º79%85.88%-
XYZ39.2334.317.14-
YUV153.4967.34174.72-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 53.94%
GREEN value IS 141 (55.47% from 255) = 34.73%
BLUE value IS 46 (18.36% from 255) = 11.33%
R=53.94%
G=34.73%
B=11.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.79
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191414600.360.790.1432.9570.6151.96
HexDB8D2E0244FE214734
Octal33321556044117164110764
Binary11011011100011011011100100100100111111101000011000111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB8D2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB8D2E; }

 p { color: rgb(219,141,46); }

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

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

 a { background-color: rgb(219,141,46); }

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

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

 span { border-color: rgb(219,141,46); }

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