#DBB508

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

Shades of Sunflower #DBB508

Tints of Sunflower #DBB508

Color information

#DBB508 (or 0xDBB508) is unknown color: approx Sunflower. HEX triplet: DB, B5 and 08. RGB value is (219,181,8). Sum of RGB (Red+Green+Blue) = 219+181+8=408 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.68% from 408); Green value is 181 (71.09% from 255 or 44.36% from 408); Blue value is 8 (3.52% from 255 or 1.96% from 408); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB508 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBB508 is #244AF7. Grayscale: #ADADAD. Windows color (decimal): -2378488 or 570843. OLE color: 570843.

HSL color Cylindrical-coordinate representation of color #DBB508: hue angle of 49.19º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DBB508 is Cyan = 0, Magento = 0.17, Yellow = 0.96 and Black (K on CMYK) = 0.14.

Color convert

RGB2191818-
CMYK00.170.960.14
HSL49.19º92.95%44.51%-
HSV(B)49.19º96.35%85.88%-
XYZ45.7848.137.11-
YUV172.6435.09161.07-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 53.68%
GREEN value IS 181 (71.09% from 255) = 44.36%
BLUE value IS 8 (3.52% from 255) = 1.96%
R=53.68%
G=44.36%
B=1.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.96
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal219181800.170.960.1449.1992.9544.51
HexDBB5801160E315d2d
Octal33326510021140166113555
Binary11011011101101011000010001110000011101100011011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB508; }

 p { color: rgb(219,181,8); }

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

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

 a { background-color: rgb(219,181,8); }

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

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

 span { border-color: rgb(219,181,8); }

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