Html Css Color HEX #D9AD18 Galliano

📋 copy color: '#D9AD18'

red 217 ◦ green 173 ◦ blue 24

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

Shades of Galliano #D9AD18

Tints of Galliano #D9AD18

RGB

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

 GREEN value IS 173 (67.97% from 255) = 41.79%

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

R = 52.42%
G = 41.79%
B = 5.8%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#D9AD18 (or 0xD9AD18) is known color: Galliano. HEX triplet: D9, AD and 18. RGB value is (217,173,24). Sum of RGB (Red+Green+Blue) = 217+173+24=414 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.42% from 414); Green value is 173 (67.97% from 255 or 41.79% from 414); Blue value is 24 (9.77% from 255 or 5.80% from 414); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AD18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D9AD18 is #2652E7. Grayscale: #A9A9A9. Windows color (decimal): -2511592 or 1617369. OLE color: 1617369.

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

Color convert

RGB 217 173 24 -
CMYK 0 0.20 0.89 0.15
HSL 46.32º 0.8% 0.47% -
HSV(B) 46.32º 0.89% 0.85% -
XYZ 43.72 44.7 7.19 -
YUV 169.17 46.08 162.12 -
System Red Green Blue C M Y K H S L
Decimal 217 173 24 0 0.20 0.89 0.15 46.32 0.8 0.47
Hex D9 AD 18 0 14 59 F 2E 50 2F
Octal 331 255 30 0 24 131 17 56 120 57
Binary 11011001 10101101 11000 0 10100 1011001 1111 101110 1010000 101111

Color Harmonies of #D9AD18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AD18

Black with #D9AD18

Text Example


Text Example

White with #D9AD18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AD18; }

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

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

background-color css

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

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

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

border-color css

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

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

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