Html Css Color HEX #D8AB10 Galliano

📋 copy color: '#D8AB10'

red 216 ◦ green 171 ◦ blue 16

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

Shades of Galliano #D8AB10

Tints of Galliano #D8AB10

RGB

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

 GREEN value IS 171 (67.19% from 255) = 42.43%

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

R = 53.6%
G = 42.43%
B = 3.97%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#D8AB10 (or 0xD8AB10) is known color: Galliano. HEX triplet: D8, AB and 10. RGB value is (216,171,16). Sum of RGB (Red+Green+Blue) = 216+171+16=403 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.60% from 403); Green value is 171 (67.19% from 255 or 42.43% from 403); Blue value is 16 (6.64% from 255 or 3.97% from 403); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AB10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D8AB10 is #2754EF. Grayscale: #A7A7A7. Windows color (decimal): -2577648 or 1092568. OLE color: 1092568.

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

Color convert

RGB 216 171 16 -
CMYK 0 0.21 0.93 0.15
HSL 46.5º 0.86% 0.45% -
HSV(B) 46.5º 0.93% 0.85% -
XYZ 42.98 43.76 6.67 -
YUV 166.79 42.91 163.1 -
System Red Green Blue C M Y K H S L
Decimal 216 171 16 0 0.21 0.93 0.15 46.5 0.86 0.45
Hex D8 AB 10 0 15 5D F 2E 56 2D
Octal 330 253 20 0 25 135 17 56 126 55
Binary 11011000 10101011 10000 0 10101 1011101 1111 101110 1010110 101101

Color Harmonies of #D8AB10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AB10

Black with #D8AB10

Text Example


Text Example

White with #D8AB10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AB10; }

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

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

background-color css

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

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

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

border-color css

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

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

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