Html Css Color HEX #D9BA16 Sunflower

📋 copy color: '#D9BA16'

red 217 ◦ green 186 ◦ blue 22

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

Shades of Sunflower #D9BA16

Tints of Sunflower #D9BA16

RGB

 RED value IS 217 (85.16% from 255) = 51.06%

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

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

R = 51.06%
G = 43.76%
B = 5.18%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#D9BA16 (or 0xD9BA16) is known color: Sunflower. HEX triplet: D9, BA and 16. RGB value is (217,186,22). Sum of RGB (Red+Green+Blue) = 217+186+22=425 (56% of max value = 765). Red value is 217 (85.16% from 255 or 51.06% from 425); Green value is 186 (73.05% from 255 or 43.76% from 425); Blue value is 22 (8.98% from 255 or 5.18% from 425); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BA16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D9BA16 is #2645E9. Grayscale: #B1B1B1. Windows color (decimal): -2508266 or 1489625. OLE color: 1489625.

HSL color Cylindrical-coordinate representation of color #D9BA16: hue angle of 50.46º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D9BA16 is Cyan = 0, Magento = 0.14, Yellow = 0.90 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 186 22 -
CMYK 0 0.14 0.90 0.15
HSL 50.46º 0.82% 0.47% -
HSV(B) 50.46º 0.9% 0.85% -
XYZ 46.32 49.93 7.95 -
YUV 176.57 40.77 156.84 -
System Red Green Blue C M Y K H S L
Decimal 217 186 22 0 0.14 0.90 0.15 50.46 0.82 0.47
Hex D9 BA 16 0 E 5A F 32 52 2F
Octal 331 272 26 0 16 132 17 62 122 57
Binary 11011001 10111010 10110 0 1110 1011010 1111 110010 1010010 101111

Color Harmonies of #D9BA16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9BA16

Black with #D9BA16

Text Example


Text Example

White with #D9BA16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9BA16; }

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

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

background-color css

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

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

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

border-color css

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

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

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