#DBB60E

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

Shades of Sunflower #DBB60E

Tints of Sunflower #DBB60E

Color information

#DBB60E (or 0xDBB60E) is unknown color: approx Sunflower. HEX triplet: DB, B6 and 0E. RGB value is (219,182,14). Sum of RGB (Red+Green+Blue) = 219+182+14=415 (54% of max value = 765). Red value is 219 (85.94% from 255 or 52.77% from 415); Green value is 182 (71.48% from 255 or 43.86% from 415); Blue value is 14 (5.86% from 255 or 3.37% from 415); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB60E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBB60E is #2449F1. Grayscale: #AEAEAE. Windows color (decimal): -2378226 or 964315. OLE color: 964315.

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

Color convert

RGB21918214-
CMYK00.170.940.14
HSL49.17º87.98%45.69%-
HSV(B)49.17º93.61%85.88%-
XYZ46.0248.557.36-
YUV173.9137.76160.16-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 52.77%
GREEN value IS 182 (71.48% from 255) = 43.86%
BLUE value IS 14 (5.86% from 255) = 3.37%
R=52.77%
G=43.86%
B=3.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.94
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191821400.170.940.1449.1787.9845.69
HexDBB6E0115EE31582e
Octal33326616021136166113056
Binary11011011101101101110010001101111011101100011011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB60E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB60E; }

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

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

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

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

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

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

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

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