#D7B216

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

Shades of Sunflower #D7B216

Tints of Sunflower #D7B216

Color information

#D7B216 (or 0xD7B216) is unknown color: approx Sunflower. HEX triplet: D7, B2 and 16. RGB value is (215,178,22). Sum of RGB (Red+Green+Blue) = 215+178+22=415 (54% of max value = 765). Red value is 215 (84.38% from 255 or 51.81% from 415); Green value is 178 (69.92% from 255 or 42.89% from 415); Blue value is 22 (8.98% from 255 or 5.30% from 415); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B216 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D7B216 is #284DE9. Grayscale: #ABABAB. Windows color (decimal): -2641386 or 1487575. OLE color: 1487575.

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

Color convert

RGB21517822-
CMYK00.170.900.16
HSL48.5º81.43%46.47%-
HSV(B)48.5º89.77%84.31%-
XYZ44.0946.357.38-
YUV171.2843.76159.18-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 51.81%
GREEN value IS 178 (69.92% from 255) = 42.89%
BLUE value IS 22 (8.98% from 255) = 5.30%
R=51.81%
G=42.89%
B=5.30%

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
Decimal2151782200.170.900.1648.581.4346.47
HexD7B2160115A1030512e
Octal32726226021132206012156
Binary1101011110110010101100100011011010100001100001010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7B216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7B216; }

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

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

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

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

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

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

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

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