#DBB608

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

Shades of Sunflower #DBB608

Tints of Sunflower #DBB608

Color information

#DBB608 (or 0xDBB608) is unknown color: approx Sunflower. HEX triplet: DB, B6 and 08. RGB value is (219,182,8). Sum of RGB (Red+Green+Blue) = 219+182+8=409 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.55% from 409); Green value is 182 (71.48% from 255 or 44.50% from 409); Blue value is 8 (3.52% from 255 or 1.96% from 409); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB608 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBB608 is #2449F7. Grayscale: #ADADAD. Windows color (decimal): -2378232 or 571099. OLE color: 571099.

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

Color convert

RGB2191828-
CMYK00.170.960.14
HSL49.48º92.95%44.51%-
HSV(B)49.48º96.35%85.88%-
XYZ45.9948.537.17-
YUV173.2334.76160.65-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 53.55%
GREEN value IS 182 (71.48% from 255) = 44.50%
BLUE value IS 8 (3.52% from 255) = 1.96%
R=53.55%
G=44.50%
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
Decimal219182800.170.960.1449.4892.9544.51
HexDBB6801160E315d2d
Octal33326610021140166113555
Binary11011011101101101000010001110000011101100011011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB608; }

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

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

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

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

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

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

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

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