Html Css Color HEX #D9B316 Sunflower

📋 copy color: '#D9B316'

red 217 ◦ green 179 ◦ blue 22

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

Shades of Sunflower #D9B316

Tints of Sunflower #D9B316

RGB

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

 GREEN value IS 179 (70.31% from 255) = 42.82%

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

R = 51.91%
G = 42.82%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#D9B316 (or 0xD9B316) is known color: Sunflower. HEX triplet: D9, B3 and 16. RGB value is (217,179,22). Sum of RGB (Red+Green+Blue) = 217+179+22=418 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.91% from 418); Green value is 179 (70.31% from 255 or 42.82% from 418); Blue value is 22 (8.98% from 255 or 5.26% from 418); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B316 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D9B316 is #264CE9. Grayscale: #ADADAD. Windows color (decimal): -2510058 or 1487833. OLE color: 1487833.

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

Color convert

RGB 217 179 22 -
CMYK 0 0.18 0.90 0.15
HSL 48.31º 0.82% 0.47% -
HSV(B) 48.31º 0.9% 0.85% -
XYZ 44.88 47.05 7.48 -
YUV 172.46 43.09 159.77 -
System Red Green Blue C M Y K H S L
Decimal 217 179 22 0 0.18 0.90 0.15 48.31 0.82 0.47
Hex D9 B3 16 0 12 5A F 30 52 2F
Octal 331 263 26 0 22 132 17 60 122 57
Binary 11011001 10110011 10110 0 10010 1011010 1111 110000 1010010 101111

Color Harmonies of #D9B316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9B316

Black with #D9B316

Text Example


Text Example

White with #D9B316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9B316; }

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

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

background-color css

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

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

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

border-color css

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

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

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