Html Css Color HEX #D6AE16 Galliano

📋 copy color: '#D6AE16'

red 214 ◦ green 174 ◦ blue 22

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

Shades of Galliano #D6AE16

Tints of Galliano #D6AE16

RGB

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

 GREEN value IS 174 (68.36% from 255) = 42.44%

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

R = 52.2%
G = 42.44%
B = 5.37%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D6AE16 (or 0xD6AE16) is known color: Galliano. HEX triplet: D6, AE and 16. RGB value is (214,174,22). Sum of RGB (Red+Green+Blue) = 214+174+22=410 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.20% from 410); Green value is 174 (68.36% from 255 or 42.44% from 410); Blue value is 22 (8.98% from 255 or 5.37% from 410); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AE16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D6AE16 is #2951E9. Grayscale: #A9A9A9. Windows color (decimal): -2707946 or 1486550. OLE color: 1486550.

HSL color Cylindrical-coordinate representation of color #D6AE16: hue angle of 47.5º 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 #D6AE16 is Cyan = 0, Magento = 0.19, Yellow = 0.90 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 174 22 -
CMYK 0 0.19 0.90 0.16
HSL 47.5º 0.81% 0.46% -
HSV(B) 47.5º 0.9% 0.84% -
XYZ 43.01 44.63 7.11 -
YUV 168.63 45.25 160.36 -
System Red Green Blue C M Y K H S L
Decimal 214 174 22 0 0.19 0.90 0.16 47.5 0.81 0.46
Hex D6 AE 16 0 13 5A 10 30 51 2E
Octal 326 256 26 0 23 132 20 60 121 56
Binary 11010110 10101110 10110 0 10011 1011010 10000 110000 1010001 101110

Color Harmonies of #D6AE16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AE16

Black with #D6AE16

Text Example


Text Example

White with #D6AE16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AE16; }

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

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

background-color css

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

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

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

border-color css

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

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

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