Html Css Color HEX #D6AC16 Galliano

📋 copy color: '#D6AC16'

red 214 ◦ green 172 ◦ blue 22

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

Shades of Galliano #D6AC16

Tints of Galliano #D6AC16

RGB

 RED value IS 214 (83.98% from 255) = 52.45%

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

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

R = 52.45%
G = 42.16%
B = 5.39%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D6AC16 (or 0xD6AC16) is known color: Galliano. HEX triplet: D6, AC and 16. RGB value is (214,172,22). Sum of RGB (Red+Green+Blue) = 214+172+22=408 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.45% from 408); Green value is 172 (67.58% from 255 or 42.16% from 408); Blue value is 22 (8.98% from 255 or 5.39% from 408); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AC16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D6AC16 is #2953E9. Grayscale: #A8A8A8. Windows color (decimal): -2708458 or 1486038. OLE color: 1486038.

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

Color convert

RGB 214 172 22 -
CMYK 0 0.20 0.90 0.16
HSL 46.88º 0.81% 0.46% -
HSV(B) 46.88º 0.9% 0.84% -
XYZ 42.63 43.86 6.98 -
YUV 167.46 45.91 161.2 -
System Red Green Blue C M Y K H S L
Decimal 214 172 22 0 0.20 0.90 0.16 46.88 0.81 0.46
Hex D6 AC 16 0 14 5A 10 2F 51 2E
Octal 326 254 26 0 24 132 20 57 121 56
Binary 11010110 10101100 10110 0 10100 1011010 10000 101111 1010001 101110

Color Harmonies of #D6AC16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AC16

Black with #D6AC16

Text Example


Text Example

White with #D6AC16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AC16; }

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

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

background-color css

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

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

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

border-color css

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

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

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