Html Css Color HEX #D99F17 Galliano

📋 copy color: '#D99F17'

red 217 ◦ green 159 ◦ blue 23

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

Shades of Galliano #D99F17

Tints of Galliano #D99F17

RGB

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

 GREEN value IS 159 (62.5% from 255) = 39.85%

 BLUE value IS 23 (9.38% from 255) = 5.76%

R = 54.39%
G = 39.85%
B = 5.76%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#D99F17 (or 0xD99F17) is known color: Galliano. HEX triplet: D9, 9F and 17. RGB value is (217,159,23). Sum of RGB (Red+Green+Blue) = 217+159+23=399 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.39% from 399); Green value is 159 (62.5% from 255 or 39.85% from 399); Blue value is 23 (9.38% from 255 or 5.76% from 399); Max value from RGB is 217 - color contains mainly: red. Hex color #D99F17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D99F17 is #2660E8. Grayscale: #A1A1A1. Windows color (decimal): -2515177 or 1548249. OLE color: 1548249.

HSL color Cylindrical-coordinate representation of color #D99F17: hue angle of 42.06º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D99F17 is Cyan = 0, Magento = 0.27, Yellow = 0.89 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 159 23 -
CMYK 0 0.27 0.89 0.15
HSL 42.06º 0.81% 0.47% -
HSV(B) 42.06º 0.89% 0.85% -
XYZ 41.17 39.61 6.29 -
YUV 160.84 50.22 168.06 -
System Red Green Blue C M Y K H S L
Decimal 217 159 23 0 0.27 0.89 0.15 42.06 0.81 0.47
Hex D9 9F 17 0 1B 59 F 2A 51 2F
Octal 331 237 27 0 33 131 17 52 121 57
Binary 11011001 10011111 10111 0 11011 1011001 1111 101010 1010001 101111

Color Harmonies of #D99F17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99F17

Black with #D99F17

Text Example


Text Example

White with #D99F17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99F17; }

 p { color: rgb(217,159,23); }

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

background-color css

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

 a { background-color: rgb(217,159,23); }

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

border-color css

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

 span { border-color: rgb(217,159,23); }

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