Html Css Color HEX #D7AA10 Galliano

📋 copy color: '#D7AA10'

red 215 ◦ green 170 ◦ blue 16

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

Shades of Galliano #D7AA10

Tints of Galliano #D7AA10

RGB

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

 GREEN value IS 170 (66.8% from 255) = 42.39%

 BLUE value IS 16 (6.64% from 255) = 3.99%

R = 53.62%
G = 42.39%
B = 3.99%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D7AA10 (or 0xD7AA10) is known color: Galliano. HEX triplet: D7, AA and 10. RGB value is (215,170,16). Sum of RGB (Red+Green+Blue) = 215+170+16=401 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.62% from 401); Green value is 170 (66.80% from 255 or 42.39% from 401); Blue value is 16 (6.64% from 255 or 3.99% from 401); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AA10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D7AA10 is #2855EF. Grayscale: #A6A6A6. Windows color (decimal): -2643440 or 1092311. OLE color: 1092311.

HSL color Cylindrical-coordinate representation of color #D7AA10: hue angle of 46.43º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D7AA10 is Cyan = 0, Magento = 0.21, Yellow = 0.93 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 170 16 -
CMYK 0 0.21 0.93 0.16
HSL 46.43º 0.86% 0.45% -
HSV(B) 46.43º 0.93% 0.84% -
XYZ 42.49 43.23 6.6 -
YUV 165.9 43.41 163.02 -
System Red Green Blue C M Y K H S L
Decimal 215 170 16 0 0.21 0.93 0.16 46.43 0.86 0.45
Hex D7 AA 10 0 15 5D 10 2E 56 2D
Octal 327 252 20 0 25 135 20 56 126 55
Binary 11010111 10101010 10000 0 10101 1011101 10000 101110 1010110 101101

Color Harmonies of #D7AA10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7AA10

Black with #D7AA10

Text Example


Text Example

White with #D7AA10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7AA10; }

 p { color: rgb(215,170,16); }

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

background-color css

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

 a { background-color: rgb(215,170,16); }

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

border-color css

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

 span { border-color: rgb(215,170,16); }

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