Html Css Color HEX #D8A911 Galliano

📋 copy color: '#D8A911'

red 216 ◦ green 169 ◦ blue 17

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

Shades of Galliano #D8A911

Tints of Galliano #D8A911

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.23%

R = 53.73%
G = 42.04%
B = 4.23%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#D8A911 (or 0xD8A911) is known color: Galliano. HEX triplet: D8, A9 and 11. RGB value is (216,169,17). Sum of RGB (Red+Green+Blue) = 216+169+17=402 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.73% from 402); Green value is 169 (66.41% from 255 or 42.04% from 402); Blue value is 17 (7.03% from 255 or 4.23% from 402); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A911 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D8A911 is #2756EE. Grayscale: #A6A6A6. Windows color (decimal): -2578159 or 1157592. OLE color: 1157592.

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

Color convert

RGB 216 169 17 -
CMYK 0 0.22 0.92 0.15
HSL 45.83º 0.85% 0.46% -
HSV(B) 45.83º 0.92% 0.85% -
XYZ 42.61 43.02 6.59 -
YUV 165.73 44.07 163.86 -
System Red Green Blue C M Y K H S L
Decimal 216 169 17 0 0.22 0.92 0.15 45.83 0.85 0.46
Hex D8 A9 11 0 16 5C F 2E 55 2E
Octal 330 251 21 0 26 134 17 56 125 56
Binary 11011000 10101001 10001 0 10110 1011100 1111 101110 1010101 101110

Color Harmonies of #D8A911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A911

Black with #D8A911

Text Example


Text Example

White with #D8A911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A911; }

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

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

background-color css

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

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

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

border-color css

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

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

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