Html Css Color HEX #D6A616 Galliano

📋 copy color: '#D6A616'

red 214 ◦ green 166 ◦ blue 22

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

Shades of Galliano #D6A616

Tints of Galliano #D6A616

RGB

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

 GREEN value IS 166 (65.23% from 255) = 41.29%

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

R = 53.23%
G = 41.29%
B = 5.47%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D6A616 (or 0xD6A616) is known color: Galliano. HEX triplet: D6, A6 and 16. RGB value is (214,166,22). Sum of RGB (Red+Green+Blue) = 214+166+22=402 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.23% from 402); Green value is 166 (65.23% from 255 or 41.29% from 402); Blue value is 22 (8.98% from 255 or 5.47% from 402); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A616 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D6A616 is #2959E9. Grayscale: #A4A4A4. Windows color (decimal): -2709994 or 1484502. OLE color: 1484502.

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

Color convert

RGB 214 166 22 -
CMYK 0 0.22 0.90 0.16
HSL 45º 0.81% 0.46% -
HSV(B) 45º 0.9% 0.84% -
XYZ 41.51 41.63 6.61 -
YUV 163.94 47.9 163.71 -
System Red Green Blue C M Y K H S L
Decimal 214 166 22 0 0.22 0.90 0.16 45 0.81 0.46
Hex D6 A6 16 0 16 5A 10 2D 51 2E
Octal 326 246 26 0 26 132 20 55 121 56
Binary 11010110 10100110 10110 0 10110 1011010 10000 101101 1010001 101110

Color Harmonies of #D6A616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A616

Black with #D6A616

Text Example


Text Example

White with #D6A616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A616; }

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

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

background-color css

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

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

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

border-color css

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

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

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