Html Css Color HEX #D9BB14 Sunflower

📋 copy color: '#D9BB14'

red 217 ◦ green 187 ◦ blue 20

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

Shades of Sunflower #D9BB14

Tints of Sunflower #D9BB14

RGB

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

 GREEN value IS 187 (73.44% from 255) = 44.1%

 BLUE value IS 20 (8.2% from 255) = 4.72%

R = 51.18%
G = 44.1%
B = 4.72%

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

#D9BB14 (or 0xD9BB14) is known color: Sunflower. HEX triplet: D9, BB and 14. RGB value is (217,187,20). Sum of RGB (Red+Green+Blue) = 217+187+20=424 (56% of max value = 765). Red value is 217 (85.16% from 255 or 51.18% from 424); Green value is 187 (73.44% from 255 or 44.10% from 424); Blue value is 20 (8.20% from 255 or 4.72% from 424); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BB14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D9BB14 is #2644EB. Grayscale: #B1B1B1. Windows color (decimal): -2508012 or 1358809. OLE color: 1358809.

HSL color Cylindrical-coordinate representation of color #D9BB14: hue angle of 50.86º degrees, saturation: 0.83, 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 #D9BB14 is Cyan = 0, Magento = 0.14, Yellow = 0.91 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 187 20 -
CMYK 0 0.14 0.91 0.15
HSL 50.86º 0.83% 0.46% -
HSV(B) 50.86º 0.91% 0.85% -
XYZ 46.51 50.34 7.93 -
YUV 176.93 39.44 156.58 -
System Red Green Blue C M Y K H S L
Decimal 217 187 20 0 0.14 0.91 0.15 50.86 0.83 0.46
Hex D9 BB 14 0 E 5B F 33 53 2E
Octal 331 273 24 0 16 133 17 63 123 56
Binary 11011001 10111011 10100 0 1110 1011011 1111 110011 1010011 101110

Color Harmonies of #D9BB14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9BB14

Black with #D9BB14

Text Example


Text Example

White with #D9BB14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9BB14; }

 p { color: rgb(217,187,20); }

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

background-color css

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

 a { background-color: rgb(217,187,20); }

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

border-color css

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

 span { border-color: rgb(217,187,20); }

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