Html Css Color HEX #D4AC16 Galliano

📋 copy color: '#D4AC16'

red 212 ◦ green 172 ◦ blue 22

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

Shades of Galliano #D4AC16

Tints of Galliano #D4AC16

RGB

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

 GREEN value IS 172 (67.58% from 255) = 42.36%

 BLUE value IS 22 (8.98% from 255) = 5.42%

R = 52.22%
G = 42.36%
B = 5.42%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.90

 K value IS 0.17

RGB Variations

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

Color information

#D4AC16 (or 0xD4AC16) is known color: Galliano. HEX triplet: D4, AC and 16. RGB value is (212,172,22). Sum of RGB (Red+Green+Blue) = 212+172+22=406 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.22% from 406); Green value is 172 (67.58% from 255 or 42.36% from 406); Blue value is 22 (8.98% from 255 or 5.42% from 406); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AC16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D4AC16 is #2B53E9. Grayscale: #A7A7A7. Windows color (decimal): -2839530 or 1486036. OLE color: 1486036.

HSL color Cylindrical-coordinate representation of color #D4AC16: hue angle of 47.37º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D4AC16 is Cyan = 0, Magento = 0.19, Yellow = 0.90 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 172 22 -
CMYK 0 0.19 0.90 0.17
HSL 47.37º 0.81% 0.46% -
HSV(B) 47.37º 0.9% 0.83% -
XYZ 42.05 43.56 6.95 -
YUV 166.86 46.25 160.2 -
System Red Green Blue C M Y K H S L
Decimal 212 172 22 0 0.19 0.90 0.17 47.37 0.81 0.46
Hex D4 AC 16 0 13 5A 11 2F 51 2E
Octal 324 254 26 0 23 132 21 57 121 56
Binary 11010100 10101100 10110 0 10011 1011010 10001 101111 1010001 101110

Color Harmonies of #D4AC16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4AC16

Black with #D4AC16

Text Example


Text Example

White with #D4AC16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4AC16; }

 p { color: rgb(212,172,22); }

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

background-color css

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

 a { background-color: rgb(212,172,22); }

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

border-color css

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

 span { border-color: rgb(212,172,22); }

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