#DB8E2E

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

Shades of Buttercup #DB8E2E

Tints of Buttercup #DB8E2E

Color information

#DB8E2E (or 0xDB8E2E) is unknown color: approx Buttercup. HEX triplet: DB, 8E and 2E. RGB value is (219,142,46). Sum of RGB (Red+Green+Blue) = 219+142+46=407 (53% of max value = 765). Red value is 219 (85.94% from 255 or 53.81% from 407); Green value is 142 (55.86% from 255 or 34.89% from 407); Blue value is 46 (18.36% from 255 or 11.30% from 407); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8E2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8E2E is #2471D1. Grayscale: #9A9A9A. Windows color (decimal): -2388434 or 3051227. OLE color: 3051227.

HSL color Cylindrical-coordinate representation of color #DB8E2E: hue angle of 33.29º 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 #DB8E2E is Cyan = 0, Magento = 0.35, Yellow = 0.79 and Black (K on CMYK) = 0.14.

Color convert

RGB21914246-
CMYK00.350.790.14
HSL33.29º70.61%51.96%-
HSV(B)33.29º79%85.88%-
XYZ39.3834.67.19-
YUV154.0867.01174.31-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 53.81%
GREEN value IS 142 (55.86% from 255) = 34.89%
BLUE value IS 46 (18.36% from 255) = 11.30%
R=53.81%
G=34.89%
B=11.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.79
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191424600.350.790.1433.2970.6151.96
HexDB8E2E0234FE214734
Octal33321656043117164110764
Binary11011011100011101011100100011100111111101000011000111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB8E2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB8E2E; }

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

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

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

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

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

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

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

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