#D9B310

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

Shades of Sunflower #D9B310

Tints of Sunflower #D9B310

Color information

#D9B310 (or 0xD9B310) is unknown color: approx Sunflower. HEX triplet: D9, B3 and 10. RGB value is (217,179,16). Sum of RGB (Red+Green+Blue) = 217+179+16=412 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.67% from 412); Green value is 179 (70.31% from 255 or 43.45% from 412); Blue value is 16 (6.64% from 255 or 3.88% from 412); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B310 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D9B310 is #264CEF. Grayscale: #ACACAC. Windows color (decimal): -2510064 or 1094617. OLE color: 1094617.

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

Color convert

RGB21717916-
CMYK00.180.930.15
HSL48.66º86.27%45.69%-
HSV(B)48.66º92.63%85.1%-
XYZ44.8347.037.21-
YUV171.7840.09160.25-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 52.67%
GREEN value IS 179 (70.31% from 255) = 43.45%
BLUE value IS 16 (6.64% from 255) = 3.88%
R=52.67%
G=43.45%
B=3.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.93
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171791600.180.930.1548.6686.2745.69
HexD9B3100125DF31562e
Octal33126320022135176112656
Binary110110011011001110000010010101110111111100011010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9B310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9B310; }

 p { color: rgb(217,179,16); }

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

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

 a { background-color: rgb(217,179,16); }

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

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

 span { border-color: rgb(217,179,16); }

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