Html Css Color HEX #D8AD13 Galliano

📋 copy color: '#D8AD13'

red 216 ◦ green 173 ◦ blue 19

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

Shades of Galliano #D8AD13

Tints of Galliano #D8AD13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.66%

R = 52.94%
G = 42.4%
B = 4.66%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#D8AD13 (or 0xD8AD13) is known color: Galliano. HEX triplet: D8, AD and 13. RGB value is (216,173,19). Sum of RGB (Red+Green+Blue) = 216+173+19=408 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.94% from 408); Green value is 173 (67.97% from 255 or 42.40% from 408); Blue value is 19 (7.81% from 255 or 4.66% from 408); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AD13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D8AD13 is #2752EC. Grayscale: #A8A8A8. Windows color (decimal): -2577133 or 1289688. OLE color: 1289688.

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

Color convert

RGB 216 173 19 -
CMYK 0 0.20 0.91 0.15
HSL 46.9º 0.84% 0.46% -
HSV(B) 46.9º 0.91% 0.85% -
XYZ 43.38 44.53 6.93 -
YUV 168.3 43.75 162.02 -
System Red Green Blue C M Y K H S L
Decimal 216 173 19 0 0.20 0.91 0.15 46.9 0.84 0.46
Hex D8 AD 13 0 14 5B F 2F 54 2E
Octal 330 255 23 0 24 133 17 57 124 56
Binary 11011000 10101101 10011 0 10100 1011011 1111 101111 1010100 101110

Color Harmonies of #D8AD13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AD13

Black with #D8AD13

Text Example


Text Example

White with #D8AD13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AD13; }

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

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

background-color css

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

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

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

border-color css

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

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

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