#D7BA14

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

Shades of Sunflower #D7BA14

Tints of Sunflower #D7BA14

Color information

#D7BA14 (or 0xD7BA14) is unknown color: approx Sunflower. HEX triplet: D7, BA and 14. RGB value is (215,186,20). Sum of RGB (Red+Green+Blue) = 215+186+20=421 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.07% from 421); Green value is 186 (73.05% from 255 or 44.18% from 421); Blue value is 20 (8.20% from 255 or 4.75% from 421); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BA14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D7BA14 is #2845EB. Grayscale: #B0B0B0. Windows color (decimal): -2639340 or 1358551. OLE color: 1358551.

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

Color convert

RGB21518620-
CMYK00.130.910.16
HSL51.08º82.98%46.08%-
HSV(B)51.08º90.7%84.31%-
XYZ45.7149.627.83-
YUV175.7540.11156-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 51.07%
GREEN value IS 186 (73.05% from 255) = 44.18%
BLUE value IS 20 (8.20% from 255) = 4.75%
R=51.07%
G=44.18%
B=4.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.91
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2151862000.130.910.1651.0882.9846.08
HexD7BA140D5B1033532e
Octal32727224015133206312356
Binary110101111011101010100011011011011100001100111010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7BA14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7BA14; }

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

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

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

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

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

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

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

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