#DBB806

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

Shades of Sunflower #DBB806

Tints of Sunflower #DBB806

Color information

#DBB806 (or 0xDBB806) is unknown color: approx Sunflower. HEX triplet: DB, B8 and 06. RGB value is (219,184,6). Sum of RGB (Red+Green+Blue) = 219+184+6=409 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.55% from 409); Green value is 184 (72.27% from 255 or 44.99% from 409); Blue value is 6 (2.73% from 255 or 1.47% from 409); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB806 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBB806 is #2447F9. Grayscale: #AEAEAE. Windows color (decimal): -2377722 or 440539. OLE color: 440539.

HSL color Cylindrical-coordinate representation of color #DBB806: hue angle of 50.14º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DBB806 is Cyan = 0, Magento = 0.16, Yellow = 0.97 and Black (K on CMYK) = 0.14.

Color convert

RGB2191846-
CMYK00.160.970.14
HSL50.14º94.67%44.12%-
HSV(B)50.14º97.26%85.88%-
XYZ46.3949.357.25-
YUV174.1733.1159.97-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 53.55%
GREEN value IS 184 (72.27% from 255) = 44.99%
BLUE value IS 6 (2.73% from 255) = 1.47%
R=53.55%
G=44.99%
B=1.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.97
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal219184600.160.970.1450.1494.6744.12
HexDBB8601061E325f2c
Octal3332706020141166213754
Binary1101101110111000110010000110000111101100101011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB806; }

 p { color: rgb(219,184,6); }

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

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

 a { background-color: rgb(219,184,6); }

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

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

 span { border-color: rgb(219,184,6); }

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