Html Css Color HEX #D8A716 Galliano

📋 copy color: '#D8A716'

red 216 ◦ green 167 ◦ blue 22

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

Shades of Galliano #D8A716

Tints of Galliano #D8A716

RGB

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

 GREEN value IS 167 (65.63% from 255) = 41.23%

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

R = 53.33%
G = 41.23%
B = 5.43%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#D8A716 (or 0xD8A716) is known color: Galliano. HEX triplet: D8, A7 and 16. RGB value is (216,167,22). Sum of RGB (Red+Green+Blue) = 216+167+22=405 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.33% from 405); Green value is 167 (65.62% from 255 or 41.23% from 405); Blue value is 22 (8.98% from 255 or 5.43% from 405); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A716 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D8A716 is #2758E9. Grayscale: #A5A5A5. Windows color (decimal): -2578666 or 1484760. OLE color: 1484760.

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

Color convert

RGB 216 167 22 -
CMYK 0 0.23 0.90 0.15
HSL 44.85º 0.82% 0.47% -
HSV(B) 44.85º 0.9% 0.85% -
XYZ 42.28 42.29 6.69 -
YUV 165.12 47.23 164.29 -
System Red Green Blue C M Y K H S L
Decimal 216 167 22 0 0.23 0.90 0.15 44.85 0.82 0.47
Hex D8 A7 16 0 17 5A F 2D 52 2F
Octal 330 247 26 0 27 132 17 55 122 57
Binary 11011000 10100111 10110 0 10111 1011010 1111 101101 1010010 101111

Color Harmonies of #D8A716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A716

Black with #D8A716

Text Example


Text Example

White with #D8A716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A716; }

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

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

background-color css

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

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

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

border-color css

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

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

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