#D8B713

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

Shades of Sunflower #D8B713

Tints of Sunflower #D8B713

Color information

#D8B713 (or 0xD8B713) is unknown color: approx Sunflower. HEX triplet: D8, B7 and 13. RGB value is (216,183,19). Sum of RGB (Red+Green+Blue) = 216+183+19=418 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.67% from 418); Green value is 183 (71.88% from 255 or 43.78% from 418); Blue value is 19 (7.81% from 255 or 4.55% from 418); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B713 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8B713 is #2748EC. Grayscale: #AEAEAE. Windows color (decimal): -2574573 or 1292248. OLE color: 1292248.

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

Color convert

RGB21618319-
CMYK00.150.910.15
HSL49.95º83.83%46.08%-
HSV(B)49.95º91.2%84.71%-
XYZ45.3748.517.59-
YUV174.1740.43157.84-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 51.67%
GREEN value IS 183 (71.88% from 255) = 43.78%
BLUE value IS 19 (7.81% from 255) = 4.55%
R=51.67%
G=43.78%
B=4.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.91
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161831900.150.910.1549.9583.8346.08
HexD8B7130F5BF32542e
Octal33026723017133176212456
Binary11011000101101111001101111101101111111100101010100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8B713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8B713; }

 p { color: rgb(216,183,19); }

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

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

 a { background-color: rgb(216,183,19); }

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

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

 span { border-color: rgb(216,183,19); }

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