#D5BA19

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

Shades of Sunflower #D5BA19

Tints of Sunflower #D5BA19

Color information

#D5BA19 (or 0xD5BA19) is unknown color: approx Sunflower. HEX triplet: D5, BA and 19. RGB value is (213,186,25). Sum of RGB (Red+Green+Blue) = 213+186+25=424 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.24% from 424); Green value is 186 (73.05% from 255 or 43.87% from 424); Blue value is 25 (10.16% from 255 or 5.90% from 424); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BA19 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5BA19 is #2A45E6. Grayscale: #B0B0B0. Windows color (decimal): -2770407 or 1686229. OLE color: 1686229.

HSL color Cylindrical-coordinate representation of color #D5BA19: hue angle of 51.38º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D5BA19 is Cyan = 0, Magento = 0.13, Yellow = 0.88 and Black (K on CMYK) = 0.16.

Color convert

RGB21318625-
CMYK00.130.880.16
HSL51.38º78.99%46.67%-
HSV(B)51.38º88.26%83.53%-
XYZ45.1749.338.06-
YUV175.7242.95154.59-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 50.24%
GREEN value IS 186 (73.05% from 255) = 43.87%
BLUE value IS 25 (10.16% from 255) = 5.90%
R=50.24%
G=43.87%
B=5.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.88
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131862500.130.880.1651.3878.9946.67
HexD5BA190D5810334f2f
Octal32527231015130206311757
Binary110101011011101011001011011011000100001100111001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5BA19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5BA19; }

 p { color: rgb(213,186,25); }

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

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

 a { background-color: rgb(213,186,25); }

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

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

 span { border-color: rgb(213,186,25); }

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