#D7B814

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

Shades of Sunflower #D7B814

Tints of Sunflower #D7B814

Color information

#D7B814 (or 0xD7B814) is unknown color: approx Sunflower. HEX triplet: D7, B8 and 14. RGB value is (215,184,20). Sum of RGB (Red+Green+Blue) = 215+184+20=419 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.31% from 419); Green value is 184 (72.27% from 255 or 43.91% from 419); Blue value is 20 (8.20% from 255 or 4.77% from 419); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B814 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D7B814 is #2847EB. Grayscale: #AFAFAF. Windows color (decimal): -2639852 or 1358039. OLE color: 1358039.

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

Color convert

RGB21518420-
CMYK00.140.910.16
HSL50.46º82.98%46.08%-
HSV(B)50.46º90.7%84.31%-
XYZ45.2948.787.69-
YUV174.5740.77156.84-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 51.31%
GREEN value IS 184 (72.27% from 255) = 43.91%
BLUE value IS 20 (8.20% from 255) = 4.77%
R=51.31%
G=43.91%
B=4.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.91
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2151842000.140.910.1650.4682.9846.08
HexD7B8140E5B1032532e
Octal32727024016133206212356
Binary110101111011100010100011101011011100001100101010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7B814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7B814; }

 p { color: rgb(215,184,20); }

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

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

 a { background-color: rgb(215,184,20); }

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

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

 span { border-color: rgb(215,184,20); }

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