#D7B316

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

Shades of Sunflower #D7B316

Tints of Sunflower #D7B316

Color information

#D7B316 (or 0xD7B316) is unknown color: approx Sunflower. HEX triplet: D7, B3 and 16. RGB value is (215,179,22). Sum of RGB (Red+Green+Blue) = 215+179+22=416 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.68% from 416); Green value is 179 (70.31% from 255 or 43.03% from 416); Blue value is 22 (8.98% from 255 or 5.29% from 416); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B316 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D7B316 is #284CE9. Grayscale: #ACACAC. Windows color (decimal): -2641130 or 1487831. OLE color: 1487831.

HSL color Cylindrical-coordinate representation of color #D7B316: hue angle of 48.81º 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 #D7B316 is Cyan = 0, Magento = 0.17, Yellow = 0.90 and Black (K on CMYK) = 0.16.

Color convert

RGB21517922-
CMYK00.170.900.16
HSL48.81º81.43%46.47%-
HSV(B)48.81º89.77%84.31%-
XYZ44.2946.757.45-
YUV171.8743.43158.77-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 51.68%
GREEN value IS 179 (70.31% from 255) = 43.03%
BLUE value IS 22 (8.98% from 255) = 5.29%
R=51.68%
G=43.03%
B=5.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.90
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2151792200.170.900.1648.8181.4346.47
HexD7B3160115A1031512e
Octal32726326021132206112156
Binary1101011110110011101100100011011010100001100011010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7B316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7B316; }

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

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

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

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

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

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

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

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