Html Css Color HEX #D8A910 Galliano

📋 copy color: '#D8A910'

red 216 ◦ green 169 ◦ blue 16

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

Shades of Galliano #D8A910

Tints of Galliano #D8A910

RGB

 RED value IS 216 (84.77% from 255) = 53.87%

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

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

R = 53.87%
G = 42.14%
B = 3.99%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#D8A910 (or 0xD8A910) is known color: Galliano. HEX triplet: D8, A9 and 10. RGB value is (216,169,16). Sum of RGB (Red+Green+Blue) = 216+169+16=401 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.87% from 401); Green value is 169 (66.41% from 255 or 42.14% from 401); Blue value is 16 (6.64% from 255 or 3.99% from 401); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A910 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D8A910 is #2756EF. Grayscale: #A6A6A6. Windows color (decimal): -2578160 or 1092056. OLE color: 1092056.

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

Color convert

RGB 216 169 16 -
CMYK 0 0.22 0.93 0.15
HSL 45.9º 0.86% 0.45% -
HSV(B) 45.9º 0.93% 0.85% -
XYZ 42.6 43.01 6.55 -
YUV 165.61 43.57 163.94 -
System Red Green Blue C M Y K H S L
Decimal 216 169 16 0 0.22 0.93 0.15 45.9 0.86 0.45
Hex D8 A9 10 0 16 5D F 2E 56 2D
Octal 330 251 20 0 26 135 17 56 126 55
Binary 11011000 10101001 10000 0 10110 1011101 1111 101110 1010110 101101

Color Harmonies of #D8A910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A910

Black with #D8A910

Text Example


Text Example

White with #D8A910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A910; }

 p { color: rgb(216,169,16); }

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

background-color css

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

 a { background-color: rgb(216,169,16); }

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

border-color css

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

 span { border-color: rgb(216,169,16); }

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