#DB982E

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

Shades of Buttercup #DB982E

Tints of Buttercup #DB982E

Color information

#DB982E (or 0xDB982E) is unknown color: approx Buttercup. HEX triplet: DB, 98 and 2E. RGB value is (219,152,46). Sum of RGB (Red+Green+Blue) = 219+152+46=417 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.52% from 417); Green value is 152 (59.77% from 255 or 36.45% from 417); Blue value is 46 (18.36% from 255 or 11.03% from 417); Max value from RGB is 219 - color contains mainly: red. Hex color #DB982E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB982E is #2467D1. Grayscale: #A0A0A0. Windows color (decimal): -2385874 or 3053787. OLE color: 3053787.

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

Color convert

RGB21915246-
CMYK00.310.790.14
HSL36.76º70.61%51.96%-
HSV(B)36.76º79%85.88%-
XYZ40.9337.717.71-
YUV159.9563.7170.12-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 52.52%
GREEN value IS 152 (59.77% from 255) = 36.45%
BLUE value IS 46 (18.36% from 255) = 11.03%
R=52.52%
G=36.45%
B=11.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.79
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191524600.310.790.1436.7670.6151.96
HexDB982E01F4FE254734
Octal33323056037117164510764
Binary1101101110011000101110011111100111111101001011000111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB982E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB982E; }

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

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

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

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

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

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

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

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