Html Css Color HEX #D6AF16 Galliano

📋 copy color: '#D6AF16'

red 214 ◦ green 175 ◦ blue 22

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

Shades of Galliano #D6AF16

Tints of Galliano #D6AF16

RGB

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

 GREEN value IS 175 (68.75% from 255) = 42.58%

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

R = 52.07%
G = 42.58%
B = 5.35%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D6AF16 (or 0xD6AF16) is known color: Galliano. HEX triplet: D6, AF and 16. RGB value is (214,175,22). Sum of RGB (Red+Green+Blue) = 214+175+22=411 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.07% from 411); Green value is 175 (68.75% from 255 or 42.58% from 411); Blue value is 22 (8.98% from 255 or 5.35% from 411); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AF16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D6AF16 is #2950E9. Grayscale: #A9A9A9. Windows color (decimal): -2707690 or 1486806. OLE color: 1486806.

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

Color convert

RGB 214 175 22 -
CMYK 0 0.18 0.90 0.16
HSL 47.81º 0.81% 0.46% -
HSV(B) 47.81º 0.9% 0.84% -
XYZ 43.21 45.01 7.17 -
YUV 169.22 44.92 159.94 -
System Red Green Blue C M Y K H S L
Decimal 214 175 22 0 0.18 0.90 0.16 47.81 0.81 0.46
Hex D6 AF 16 0 12 5A 10 30 51 2E
Octal 326 257 26 0 22 132 20 60 121 56
Binary 11010110 10101111 10110 0 10010 1011010 10000 110000 1010001 101110

Color Harmonies of #D6AF16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AF16

Black with #D6AF16

Text Example


Text Example

White with #D6AF16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AF16; }

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

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

background-color css

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

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

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

border-color css

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

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

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