#D7B71E

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

Shades of Sunflower #D7B71E

Tints of Sunflower #D7B71E

Color information

#D7B71E (or 0xD7B71E) is unknown color: approx Sunflower. HEX triplet: D7, B7 and 1E. RGB value is (215,183,30). Sum of RGB (Red+Green+Blue) = 215+183+30=428 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.23% from 428); Green value is 183 (71.88% from 255 or 42.76% from 428); Blue value is 30 (12.11% from 255 or 7.01% from 428); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B71E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7B71E is #2848E1. Grayscale: #AFAFAF. Windows color (decimal): -2640098 or 2013143. OLE color: 2013143.

HSL color Cylindrical-coordinate representation of color #D7B71E: hue angle of 49.62º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D7B71E is Cyan = 0, Magento = 0.15, Yellow = 0.86 and Black (K on CMYK) = 0.16.

Color convert

RGB21518330-
CMYK00.150.860.16
HSL49.62º75.51%48.04%-
HSV(B)49.62º86.05%84.31%-
XYZ45.1948.418.19-
YUV175.1346.1156.44-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 50.23%
GREEN value IS 183 (71.88% from 255) = 42.76%
BLUE value IS 30 (12.11% from 255) = 7.01%
R=50.23%
G=42.76%
B=7.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.86
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2151833000.150.860.1649.6275.5148.04
HexD7B71E0F5610324c30
Octal32726736017126206211460
Binary110101111011011111110011111010110100001100101001100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7B71E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7B71E; }

 p { color: rgb(215,183,30); }

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

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

 a { background-color: rgb(215,183,30); }

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

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

 span { border-color: rgb(215,183,30); }

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