#DBB911

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

Shades of Sunflower #DBB911

Tints of Sunflower #DBB911

Color information

#DBB911 (or 0xDBB911) is unknown color: approx Sunflower. HEX triplet: DB, B9 and 11. RGB value is (219,185,17). Sum of RGB (Red+Green+Blue) = 219+185+17=421 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.02% from 421); Green value is 185 (72.66% from 255 or 43.94% from 421); Blue value is 17 (7.03% from 255 or 4.04% from 421); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB911 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBB911 is #2446EE. Grayscale: #B0B0B0. Windows color (decimal): -2377455 or 1161691. OLE color: 1161691.

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

Color convert

RGB21918517-
CMYK00.160.920.14
HSL49.9º85.59%46.27%-
HSV(B)49.9º92.24%85.88%-
XYZ46.6649.87.68-
YUV176.0138.26158.66-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 52.02%
GREEN value IS 185 (72.66% from 255) = 43.94%
BLUE value IS 17 (7.03% from 255) = 4.04%
R=52.02%
G=43.94%
B=4.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.92
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191851700.160.920.1449.985.5946.27
HexDBB9110105CE32562e
Octal33327121020134166212656
Binary110110111011100110001010000101110011101100101010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB911; }

 p { color: rgb(219,185,17); }

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

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

 a { background-color: rgb(219,185,17); }

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

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

 span { border-color: rgb(219,185,17); }

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