Html Css Color HEX #D8A116 Galliano

📋 copy color: '#D8A116'

red 216 ◦ green 161 ◦ blue 22

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

Shades of Galliano #D8A116

Tints of Galliano #D8A116

RGB

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

 GREEN value IS 161 (63.28% from 255) = 40.35%

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

R = 54.14%
G = 40.35%
B = 5.51%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#D8A116 (or 0xD8A116) is known color: Galliano. HEX triplet: D8, A1 and 16. RGB value is (216,161,22). Sum of RGB (Red+Green+Blue) = 216+161+22=399 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.14% from 399); Green value is 161 (63.28% from 255 or 40.35% from 399); Blue value is 22 (8.98% from 255 or 5.51% from 399); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A116 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D8A116 is #275EE9. Grayscale: #A2A2A2. Windows color (decimal): -2580202 or 1483224. OLE color: 1483224.

HSL color Cylindrical-coordinate representation of color #D8A116: hue angle of 42.99º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D8A116 is Cyan = 0, Magento = 0.25, Yellow = 0.90 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 161 22 -
CMYK 0 0.25 0.90 0.15
HSL 42.99º 0.82% 0.47% -
HSV(B) 42.99º 0.9% 0.85% -
XYZ 41.21 40.15 6.34 -
YUV 161.6 49.22 166.8 -
System Red Green Blue C M Y K H S L
Decimal 216 161 22 0 0.25 0.90 0.15 42.99 0.82 0.47
Hex D8 A1 16 0 19 5A F 2B 52 2F
Octal 330 241 26 0 31 132 17 53 122 57
Binary 11011000 10100001 10110 0 11001 1011010 1111 101011 1010010 101111

Color Harmonies of #D8A116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A116

Black with #D8A116

Text Example


Text Example

White with #D8A116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A116; }

 p { color: rgb(216,161,22); }

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

background-color css

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

 a { background-color: rgb(216,161,22); }

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

border-color css

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

 span { border-color: rgb(216,161,22); }

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