Html Css Color HEX #D9A117 Galliano

📋 copy color: '#D9A117'

red 217 ◦ green 161 ◦ blue 23

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

Shades of Galliano #D9A117

Tints of Galliano #D9A117

RGB

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

 GREEN value IS 161 (63.28% from 255) = 40.15%

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

R = 54.11%
G = 40.15%
B = 5.74%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#D9A117 (or 0xD9A117) is known color: Galliano. HEX triplet: D9, A1 and 17. RGB value is (217,161,23). Sum of RGB (Red+Green+Blue) = 217+161+23=401 (53% of max value = 765). Red value is 217 (85.16% from 255 or 54.11% from 401); Green value is 161 (63.28% from 255 or 40.15% from 401); Blue value is 23 (9.38% from 255 or 5.74% from 401); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A117 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D9A117 is #265EE8. Grayscale: #A2A2A2. Windows color (decimal): -2514665 or 1548761. OLE color: 1548761.

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

Color convert

RGB 217 161 23 -
CMYK 0 0.26 0.89 0.15
HSL 42.68º 0.81% 0.47% -
HSV(B) 42.68º 0.89% 0.85% -
XYZ 41.51 40.3 6.4 -
YUV 162.01 49.55 167.22 -
System Red Green Blue C M Y K H S L
Decimal 217 161 23 0 0.26 0.89 0.15 42.68 0.81 0.47
Hex D9 A1 17 0 1A 59 F 2B 51 2F
Octal 331 241 27 0 32 131 17 53 121 57
Binary 11011001 10100001 10111 0 11010 1011001 1111 101011 1010001 101111

Color Harmonies of #D9A117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A117

Black with #D9A117

Text Example


Text Example

White with #D9A117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A117; }

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

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

background-color css

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

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

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

border-color css

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

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

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