Html Css Color HEX #D9AA18 Galliano

📋 copy color: '#D9AA18'

red 217 ◦ green 170 ◦ blue 24

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

Shades of Galliano #D9AA18

Tints of Galliano #D9AA18

RGB

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

 GREEN value IS 170 (66.8% from 255) = 41.36%

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

R = 52.8%
G = 41.36%
B = 5.84%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#D9AA18 (or 0xD9AA18) is known color: Galliano. HEX triplet: D9, AA and 18. RGB value is (217,170,24). Sum of RGB (Red+Green+Blue) = 217+170+24=411 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.80% from 411); Green value is 170 (66.80% from 255 or 41.36% from 411); Blue value is 24 (9.77% from 255 or 5.84% from 411); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AA18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D9AA18 is #2655E7. Grayscale: #A8A8A8. Windows color (decimal): -2512360 or 1616601. OLE color: 1616601.

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

Color convert

RGB 217 170 24 -
CMYK 0 0.22 0.89 0.15
HSL 45.39º 0.8% 0.47% -
HSV(B) 45.39º 0.89% 0.85% -
XYZ 43.15 43.57 7 -
YUV 167.41 47.07 163.37 -
System Red Green Blue C M Y K H S L
Decimal 217 170 24 0 0.22 0.89 0.15 45.39 0.8 0.47
Hex D9 AA 18 0 16 59 F 2D 50 2F
Octal 331 252 30 0 26 131 17 55 120 57
Binary 11011001 10101010 11000 0 10110 1011001 1111 101101 1010000 101111

Color Harmonies of #D9AA18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AA18

Black with #D9AA18

Text Example


Text Example

White with #D9AA18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AA18; }

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

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

background-color css

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

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

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

border-color css

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

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

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