Html Css Color HEX #D9AD10 Galliano

📋 copy color: '#D9AD10'

red 217 ◦ green 173 ◦ blue 16

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

Shades of Galliano #D9AD10

Tints of Galliano #D9AD10

RGB

 RED value IS 217 (85.16% from 255) = 53.45%

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

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

R = 53.45%
G = 42.61%
B = 3.94%

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

#D9AD10 (or 0xD9AD10) is known color: Galliano. HEX triplet: D9, AD and 10. RGB value is (217,173,16). Sum of RGB (Red+Green+Blue) = 217+173+16=406 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.45% from 406); Green value is 173 (67.97% from 255 or 42.61% from 406); Blue value is 16 (6.64% from 255 or 3.94% from 406); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AD10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D9AD10 is #2652EF. Grayscale: #A8A8A8. Windows color (decimal): -2511600 or 1093081. OLE color: 1093081.

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

Color convert

RGB 217 173 16 -
CMYK 0 0.20 0.93 0.15
HSL 46.87º 0.86% 0.46% -
HSV(B) 46.87º 0.93% 0.85% -
XYZ 43.65 44.68 6.81 -
YUV 168.26 42.08 162.77 -
System Red Green Blue C M Y K H S L
Decimal 217 173 16 0 0.20 0.93 0.15 46.87 0.86 0.46
Hex D9 AD 10 0 14 5D F 2F 56 2E
Octal 331 255 20 0 24 135 17 57 126 56
Binary 11011001 10101101 10000 0 10100 1011101 1111 101111 1010110 101110

Color Harmonies of #D9AD10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AD10

Black with #D9AD10

Text Example


Text Example

White with #D9AD10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AD10; }

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

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

background-color css

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

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

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

border-color css

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

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

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