Html Css Color HEX #D8A811 Galliano

📋 copy color: '#D8A811'

red 216 ◦ green 168 ◦ blue 17

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

Shades of Galliano #D8A811

Tints of Galliano #D8A811

RGB

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

 GREEN value IS 168 (66.02% from 255) = 41.9%

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

R = 53.87%
G = 41.9%
B = 4.24%

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

#D8A811 (or 0xD8A811) is known color: Galliano. HEX triplet: D8, A8 and 11. RGB value is (216,168,17). Sum of RGB (Red+Green+Blue) = 216+168+17=401 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.87% from 401); Green value is 168 (66.02% from 255 or 41.90% from 401); Blue value is 17 (7.03% from 255 or 4.24% from 401); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A811 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D8A811 is #2757EE. Grayscale: #A5A5A5. Windows color (decimal): -2578415 or 1157336. OLE color: 1157336.

HSL color Cylindrical-coordinate representation of color #D8A811: hue angle of 45.53º 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 #D8A811 is Cyan = 0, Magento = 0.22, Yellow = 0.92 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 168 17 -
CMYK 0 0.22 0.92 0.15
HSL 45.53º 0.85% 0.46% -
HSV(B) 45.53º 0.92% 0.85% -
XYZ 42.42 42.64 6.53 -
YUV 165.14 44.4 164.28 -
System Red Green Blue C M Y K H S L
Decimal 216 168 17 0 0.22 0.92 0.15 45.53 0.85 0.46
Hex D8 A8 11 0 16 5C F 2E 55 2E
Octal 330 250 21 0 26 134 17 56 125 56
Binary 11011000 10101000 10001 0 10110 1011100 1111 101110 1010101 101110

Color Harmonies of #D8A811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A811

Black with #D8A811

Text Example


Text Example

White with #D8A811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A811; }

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

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

background-color css

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

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

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

border-color css

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

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

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