Html Css Color HEX #D8AD16 Galliano

📋 copy color: '#D8AD16'

red 216 ◦ green 173 ◦ blue 22

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

Shades of Galliano #D8AD16

Tints of Galliano #D8AD16

RGB

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

 GREEN value IS 173 (67.97% from 255) = 42.09%

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

R = 52.55%
G = 42.09%
B = 5.35%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#D8AD16 (or 0xD8AD16) is known color: Galliano. HEX triplet: D8, AD and 16. RGB value is (216,173,22). Sum of RGB (Red+Green+Blue) = 216+173+22=411 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.55% from 411); Green value is 173 (67.97% from 255 or 42.09% from 411); Blue value is 22 (8.98% from 255 or 5.35% from 411); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AD16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D8AD16 is #2752E9. Grayscale: #A9A9A9. Windows color (decimal): -2577130 or 1486296. OLE color: 1486296.

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

Color convert

RGB 216 173 22 -
CMYK 0 0.20 0.90 0.15
HSL 46.7º 0.82% 0.47% -
HSV(B) 46.7º 0.9% 0.85% -
XYZ 43.41 44.54 7.07 -
YUV 168.64 45.25 161.78 -
System Red Green Blue C M Y K H S L
Decimal 216 173 22 0 0.20 0.90 0.15 46.7 0.82 0.47
Hex D8 AD 16 0 14 5A F 2F 52 2F
Octal 330 255 26 0 24 132 17 57 122 57
Binary 11011000 10101101 10110 0 10100 1011010 1111 101111 1010010 101111

Color Harmonies of #D8AD16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AD16

Black with #D8AD16

Text Example


Text Example

White with #D8AD16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AD16; }

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

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

background-color css

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

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

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

border-color css

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

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

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