Html Css Color HEX #D9BA13 Sunflower

📋 copy color: '#D9BA13'

red 217 ◦ green 186 ◦ blue 19

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

Shades of Sunflower #D9BA13

Tints of Sunflower #D9BA13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.5%

R = 51.42%
G = 44.08%
B = 4.5%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#D9BA13 (or 0xD9BA13) is known color: Sunflower. HEX triplet: D9, BA and 13. RGB value is (217,186,19). Sum of RGB (Red+Green+Blue) = 217+186+19=422 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.42% from 422); Green value is 186 (73.05% from 255 or 44.08% from 422); Blue value is 19 (7.81% from 255 or 4.50% from 422); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BA13 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D9BA13 is #2645EC. Grayscale: #B0B0B0. Windows color (decimal): -2508269 or 1293017. OLE color: 1293017.

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

Color convert

RGB 217 186 19 -
CMYK 0 0.14 0.91 0.15
HSL 50.61º 0.84% 0.46% -
HSV(B) 50.61º 0.91% 0.85% -
XYZ 46.29 49.92 7.81 -
YUV 176.23 39.27 157.08 -
System Red Green Blue C M Y K H S L
Decimal 217 186 19 0 0.14 0.91 0.15 50.61 0.84 0.46
Hex D9 BA 13 0 E 5B F 33 54 2E
Octal 331 272 23 0 16 133 17 63 124 56
Binary 11011001 10111010 10011 0 1110 1011011 1111 110011 1010100 101110

Color Harmonies of #D9BA13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9BA13

Black with #D9BA13

Text Example


Text Example

White with #D9BA13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9BA13; }

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

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

background-color css

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

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

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

border-color css

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

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

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