Html Css Color HEX #D9A118 Galliano

📋 copy color: '#D9A118'

red 217 ◦ green 161 ◦ blue 24

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

Shades of Galliano #D9A118

Tints of Galliano #D9A118

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 5.97%

R = 53.98%
G = 40.05%
B = 5.97%

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

#D9A118 (or 0xD9A118) is known color: Galliano. HEX triplet: D9, A1 and 18. RGB value is (217,161,24). Sum of RGB (Red+Green+Blue) = 217+161+24=402 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.98% from 402); Green value is 161 (63.28% from 255 or 40.05% from 402); Blue value is 24 (9.77% from 255 or 5.97% from 402); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A118 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D9A118 is #265EE7. Grayscale: #A2A2A2. Windows color (decimal): -2514664 or 1614297. OLE color: 1614297.

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

Color convert

RGB 217 161 24 -
CMYK 0 0.26 0.89 0.15
HSL 42.59º 0.8% 0.47% -
HSV(B) 42.59º 0.89% 0.85% -
XYZ 41.53 40.31 6.46 -
YUV 162.13 50.05 167.14 -
System Red Green Blue C M Y K H S L
Decimal 217 161 24 0 0.26 0.89 0.15 42.59 0.8 0.47
Hex D9 A1 18 0 1A 59 F 2B 50 2F
Octal 331 241 30 0 32 131 17 53 120 57
Binary 11011001 10100001 11000 0 11010 1011001 1111 101011 1010000 101111

Color Harmonies of #D9A118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A118

Black with #D9A118

Text Example


Text Example

White with #D9A118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A118; }

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

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

background-color css

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

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

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

border-color css

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

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

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