Html Css Color HEX #D8AB17 Galliano

📋 copy color: '#D8AB17'

red 216 ◦ green 171 ◦ blue 23

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

Shades of Galliano #D8AB17

Tints of Galliano #D8AB17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 5.61%

R = 52.68%
G = 41.71%
B = 5.61%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#D8AB17 (or 0xD8AB17) is known color: Galliano. HEX triplet: D8, AB and 17. RGB value is (216,171,23). Sum of RGB (Red+Green+Blue) = 216+171+23=410 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.68% from 410); Green value is 171 (67.19% from 255 or 41.71% from 410); Blue value is 23 (9.38% from 255 or 5.61% from 410); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AB17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D8AB17 is #2754E8. Grayscale: #A8A8A8. Windows color (decimal): -2577641 or 1551320. OLE color: 1551320.

HSL color Cylindrical-coordinate representation of color #D8AB17: hue angle of 46.01º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D8AB17 is Cyan = 0, Magento = 0.21, Yellow = 0.89 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 171 23 -
CMYK 0 0.21 0.89 0.15
HSL 46.01º 0.81% 0.47% -
HSV(B) 46.01º 0.89% 0.85% -
XYZ 43.04 43.79 6.99 -
YUV 167.58 46.41 162.53 -
System Red Green Blue C M Y K H S L
Decimal 216 171 23 0 0.21 0.89 0.15 46.01 0.81 0.47
Hex D8 AB 17 0 15 59 F 2E 51 2F
Octal 330 253 27 0 25 131 17 56 121 57
Binary 11011000 10101011 10111 0 10101 1011001 1111 101110 1010001 101111

Color Harmonies of #D8AB17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AB17

Black with #D8AB17

Text Example


Text Example

White with #D8AB17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AB17; }

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

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

background-color css

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

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

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

border-color css

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

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

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