Html Css Color HEX #D8AD10 Galliano

📋 copy color: '#D8AD10'

red 216 ◦ green 173 ◦ blue 16

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

Shades of Galliano #D8AD10

Tints of Galliano #D8AD10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.95%

R = 53.33%
G = 42.72%
B = 3.95%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#D8AD10 (or 0xD8AD10) is known color: Galliano. HEX triplet: D8, AD and 10. RGB value is (216,173,16). Sum of RGB (Red+Green+Blue) = 216+173+16=405 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.33% from 405); Green value is 173 (67.97% from 255 or 42.72% from 405); Blue value is 16 (6.64% from 255 or 3.95% from 405); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AD10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D8AD10 is #2752EF. Grayscale: #A8A8A8. Windows color (decimal): -2577136 or 1093080. OLE color: 1093080.

HSL color Cylindrical-coordinate representation of color #D8AD10: hue angle of 47.1º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D8AD10 is Cyan = 0, Magento = 0.20, Yellow = 0.93 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 173 16 -
CMYK 0 0.20 0.93 0.15
HSL 47.1º 0.86% 0.45% -
HSV(B) 47.1º 0.93% 0.85% -
XYZ 43.36 44.52 6.8 -
YUV 167.96 42.25 162.27 -
System Red Green Blue C M Y K H S L
Decimal 216 173 16 0 0.20 0.93 0.15 47.1 0.86 0.45
Hex D8 AD 10 0 14 5D F 2F 56 2D
Octal 330 255 20 0 24 135 17 57 126 55
Binary 11011000 10101101 10000 0 10100 1011101 1111 101111 1010110 101101

Color Harmonies of #D8AD10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AD10

Black with #D8AD10

Text Example


Text Example

White with #D8AD10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AD10; }

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

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

background-color css

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

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

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

border-color css

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

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

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