#D9B516

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

Shades of Sunflower #D9B516

Tints of Sunflower #D9B516

Color information

#D9B516 (or 0xD9B516) is unknown color: approx Sunflower. HEX triplet: D9, B5 and 16. RGB value is (217,181,22). Sum of RGB (Red+Green+Blue) = 217+181+22=420 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.67% from 420); Green value is 181 (71.09% from 255 or 43.10% from 420); Blue value is 22 (8.98% from 255 or 5.24% from 420); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B516 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D9B516 is #264AE9. Grayscale: #AEAEAE. Windows color (decimal): -2509546 or 1488345. OLE color: 1488345.

HSL color Cylindrical-coordinate representation of color #D9B516: hue angle of 48.92º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D9B516 is Cyan = 0, Magento = 0.17, Yellow = 0.90 and Black (K on CMYK) = 0.15.

Color convert

RGB21718122-
CMYK00.170.900.15
HSL48.92º81.59%46.86%-
HSV(B)48.92º89.86%85.1%-
XYZ45.2847.867.61-
YUV173.6442.43158.93-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 51.67%
GREEN value IS 181 (71.09% from 255) = 43.10%
BLUE value IS 22 (8.98% from 255) = 5.24%
R=51.67%
G=43.10%
B=5.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.90
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171812200.170.900.1548.9281.5946.86
HexD9B5160115AF31522f
Octal33126526021132176112257
Binary110110011011010110110010001101101011111100011010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9B516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9B516; }

 p { color: rgb(217,181,22); }

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

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

 a { background-color: rgb(217,181,22); }

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

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

 span { border-color: rgb(217,181,22); }

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