Html Css Color HEX #D5BA16 Sunflower

📋 copy color: '#D5BA16'

red 213 ◦ green 186 ◦ blue 22

#D5BA16
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sunflower #D5BA16

Tints of Sunflower #D5BA16

RGB

 RED value IS 213 (83.59% from 255) = 50.59%

 GREEN value IS 186 (73.05% from 255) = 44.18%

 BLUE value IS 22 (8.98% from 255) = 5.23%

R = 50.59%
G = 44.18%
B = 5.23%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D5BA16 (or 0xD5BA16) is known color: Sunflower. HEX triplet: D5, BA and 16. RGB value is (213,186,22). Sum of RGB (Red+Green+Blue) = 213+186+22=421 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.59% from 421); Green value is 186 (73.05% from 255 or 44.18% from 421); Blue value is 22 (8.98% from 255 or 5.23% from 421); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BA16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5BA16 is #2A45E9. Grayscale: #B0B0B0. Windows color (decimal): -2770410 or 1489621. OLE color: 1489621.

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

Color convert

RGB 213 186 22 -
CMYK 0 0.13 0.90 0.16
HSL 51.52º 0.81% 0.46% -
HSV(B) 51.52º 0.9% 0.84% -
XYZ 45.14 49.32 7.9 -
YUV 175.38 41.45 154.84 -
System Red Green Blue C M Y K H S L
Decimal 213 186 22 0 0.13 0.90 0.16 51.52 0.81 0.46
Hex D5 BA 16 0 D 5A 10 34 51 2E
Octal 325 272 26 0 15 132 20 64 121 56
Binary 11010101 10111010 10110 0 1101 1011010 10000 110100 1010001 101110

Color Harmonies of #D5BA16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5BA16

Black with #D5BA16

Text Example


Text Example

White with #D5BA16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5BA16; }

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

 H1.HeaderClassName
 {
   color: #D5BA16;
 }
 .AnyTagClassName
 {
   color: #D5BA16;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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