Html Css Color HEX #D4AA18 Galliano

📋 copy color: '#D4AA18'

red 212 ◦ green 170 ◦ blue 24

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

Shades of Galliano #D4AA18

Tints of Galliano #D4AA18

RGB

 RED value IS 212 (83.2% from 255) = 52.22%

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

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

R = 52.22%
G = 41.87%
B = 5.91%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.89

 K value IS 0.17

RGB Variations

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

Color information

#D4AA18 (or 0xD4AA18) is known color: Galliano. HEX triplet: D4, AA and 18. RGB value is (212,170,24). Sum of RGB (Red+Green+Blue) = 212+170+24=406 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.22% from 406); Green value is 170 (66.80% from 255 or 41.87% from 406); Blue value is 24 (9.77% from 255 or 5.91% from 406); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AA18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D4AA18 is #2B55E7. Grayscale: #A6A6A6. Windows color (decimal): -2840040 or 1616596. OLE color: 1616596.

HSL color Cylindrical-coordinate representation of color #D4AA18: hue angle of 46.6º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D4AA18 is Cyan = 0, Magento = 0.20, Yellow = 0.89 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 170 24 -
CMYK 0 0.20 0.89 0.17
HSL 46.6º 0.8% 0.46% -
HSV(B) 46.6º 0.89% 0.83% -
XYZ 41.69 42.81 6.93 -
YUV 165.91 47.91 160.87 -
System Red Green Blue C M Y K H S L
Decimal 212 170 24 0 0.20 0.89 0.17 46.6 0.8 0.46
Hex D4 AA 18 0 14 59 11 2F 50 2E
Octal 324 252 30 0 24 131 21 57 120 56
Binary 11010100 10101010 11000 0 10100 1011001 10001 101111 1010000 101110

Color Harmonies of #D4AA18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4AA18

Black with #D4AA18

Text Example


Text Example

White with #D4AA18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4AA18; }

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

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

background-color css

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

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

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

border-color css

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

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

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