#D7B416

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

Shades of Sunflower #D7B416

Tints of Sunflower #D7B416

Color information

#D7B416 (or 0xD7B416) is unknown color: approx Sunflower. HEX triplet: D7, B4 and 16. RGB value is (215,180,22). Sum of RGB (Red+Green+Blue) = 215+180+22=417 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.56% from 417); Green value is 180 (70.70% from 255 or 43.17% from 417); Blue value is 22 (8.98% from 255 or 5.28% from 417); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B416 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D7B416 is #284BE9. Grayscale: #ADADAD. Windows color (decimal): -2640874 or 1488087. OLE color: 1488087.

HSL color Cylindrical-coordinate representation of color #D7B416: hue angle of 49.12º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D7B416 is Cyan = 0, Magento = 0.16, Yellow = 0.90 and Black (K on CMYK) = 0.16.

Color convert

RGB21518022-
CMYK00.160.900.16
HSL49.12º81.43%46.47%-
HSV(B)49.12º89.77%84.31%-
XYZ44.4947.157.51-
YUV172.4543.1158.35-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 51.56%
GREEN value IS 180 (70.70% from 255) = 43.17%
BLUE value IS 22 (8.98% from 255) = 5.28%
R=51.56%
G=43.17%
B=5.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.90
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2151802200.160.900.1649.1281.4346.47
HexD7B4160105A1031512e
Octal32726426020132206112156
Binary1101011110110100101100100001011010100001100011010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7B416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7B416; }

 p { color: rgb(215,180,22); }

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

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

 a { background-color: rgb(215,180,22); }

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

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

 span { border-color: rgb(215,180,22); }

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