#DB8528

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

Shades of Buttercup #DB8528

Tints of Buttercup #DB8528

Color information

#DB8528 (or 0xDB8528) is unknown color: approx Buttercup. HEX triplet: DB, 85 and 28. RGB value is (219,133,40). Sum of RGB (Red+Green+Blue) = 219+133+40=392 (51% of max value = 765). Red value is 219 (85.94% from 255 or 55.87% from 392); Green value is 133 (52.34% from 255 or 33.93% from 392); Blue value is 40 (16.02% from 255 or 10.20% from 392); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8528 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8528 is #247AD7. Grayscale: #949494. Windows color (decimal): -2390744 or 2655707. OLE color: 2655707.

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

Color convert

RGB21913340-
CMYK00.390.820.14
HSL31.17º71.31%50.78%-
HSV(B)31.17º81.74%85.88%-
XYZ37.9831.996.18-
YUV148.1166.99178.56-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 55.87%
GREEN value IS 133 (52.34% from 255) = 33.93%
BLUE value IS 40 (16.02% from 255) = 10.20%
R=55.87%
G=33.93%
B=10.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.82
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191334000.390.820.1431.1771.3150.78
HexDB852802752E1f4733
Octal33320550047122163710763
Binary1101101110000101101000010011110100101110111111000111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB8528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB8528; }

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

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

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

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

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

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

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

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