#D8BA11

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

Shades of Sunflower #D8BA11

Tints of Sunflower #D8BA11

Color information

#D8BA11 (or 0xD8BA11) is unknown color: approx Sunflower. HEX triplet: D8, BA and 11. RGB value is (216,186,17). Sum of RGB (Red+Green+Blue) = 216+186+17=419 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.55% from 419); Green value is 186 (73.05% from 255 or 44.39% from 419); Blue value is 17 (7.03% from 255 or 4.06% from 419); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BA11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8BA11 is #2745EE. Grayscale: #B0B0B0. Windows color (decimal): -2573807 or 1161944. OLE color: 1161944.

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

Color convert

RGB21618617-
CMYK00.140.920.15
HSL50.95º85.41%45.69%-
HSV(B)50.95º92.13%84.71%-
XYZ45.9849.767.71-
YUV175.738.44156.74-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 51.55%
GREEN value IS 186 (73.05% from 255) = 44.39%
BLUE value IS 17 (7.03% from 255) = 4.06%
R=51.55%
G=44.39%
B=4.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.92
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161861700.140.920.1550.9585.4145.69
HexD8BA110E5CF33552e
Octal33027221016134176312556
Binary11011000101110101000101110101110011111100111010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8BA11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8BA11; }

 p { color: rgb(216,186,17); }

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

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

 a { background-color: rgb(216,186,17); }

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

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

 span { border-color: rgb(216,186,17); }

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