Html Css Color HEX #D7A616 Galliano

📋 copy color: '#D7A616'

red 215 ◦ green 166 ◦ blue 22

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

Shades of Galliano #D7A616

Tints of Galliano #D7A616

RGB

 RED value IS 215 (84.38% from 255) = 53.35%

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

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

R = 53.35%
G = 41.19%
B = 5.46%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D7A616 (or 0xD7A616) is known color: Galliano. HEX triplet: D7, A6 and 16. RGB value is (215,166,22). Sum of RGB (Red+Green+Blue) = 215+166+22=403 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.35% from 403); Green value is 166 (65.23% from 255 or 41.19% from 403); Blue value is 22 (8.98% from 255 or 5.46% from 403); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A616 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D7A616 is #2859E9. Grayscale: #A4A4A4. Windows color (decimal): -2644458 or 1484503. OLE color: 1484503.

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

Color convert

RGB 215 166 22 -
CMYK 0 0.23 0.90 0.16
HSL 44.77º 0.81% 0.46% -
HSV(B) 44.77º 0.9% 0.84% -
XYZ 41.81 41.78 6.62 -
YUV 164.24 47.73 164.21 -
System Red Green Blue C M Y K H S L
Decimal 215 166 22 0 0.23 0.90 0.16 44.77 0.81 0.46
Hex D7 A6 16 0 17 5A 10 2D 51 2E
Octal 327 246 26 0 27 132 20 55 121 56
Binary 11010111 10100110 10110 0 10111 1011010 10000 101101 1010001 101110

Color Harmonies of #D7A616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A616

Black with #D7A616

Text Example


Text Example

White with #D7A616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A616; }

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

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

background-color css

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

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

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

border-color css

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

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

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