Html Css Color HEX #D7A916 Galliano

📋 copy color: '#D7A916'

red 215 ◦ green 169 ◦ blue 22

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

Shades of Galliano #D7A916

Tints of Galliano #D7A916

RGB

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

 GREEN value IS 169 (66.41% from 255) = 41.63%

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

R = 52.96%
G = 41.63%
B = 5.42%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D7A916 (or 0xD7A916) is known color: Galliano. HEX triplet: D7, A9 and 16. RGB value is (215,169,22). Sum of RGB (Red+Green+Blue) = 215+169+22=406 (53% of max value = 765). Red value is 215 (84.38% from 255 or 52.96% from 406); Green value is 169 (66.41% from 255 or 41.63% from 406); Blue value is 22 (8.98% from 255 or 5.42% from 406); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A916 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D7A916 is #2856E9. Grayscale: #A6A6A6. Windows color (decimal): -2643690 or 1485271. OLE color: 1485271.

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

Color convert

RGB 215 169 22 -
CMYK 0 0.21 0.90 0.16
HSL 45.7º 0.81% 0.46% -
HSV(B) 45.7º 0.9% 0.84% -
XYZ 42.36 42.88 6.8 -
YUV 166 46.74 162.95 -
System Red Green Blue C M Y K H S L
Decimal 215 169 22 0 0.21 0.90 0.16 45.7 0.81 0.46
Hex D7 A9 16 0 15 5A 10 2E 51 2E
Octal 327 251 26 0 25 132 20 56 121 56
Binary 11010111 10101001 10110 0 10101 1011010 10000 101110 1010001 101110

Color Harmonies of #D7A916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A916

Black with #D7A916

Text Example


Text Example

White with #D7A916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A916; }

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

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

background-color css

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

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

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

border-color css

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

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

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