Html Css Color HEX #D9AB17 Galliano

📋 copy color: '#D9AB17'

red 217 ◦ green 171 ◦ blue 23

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

Shades of Galliano #D9AB17

Tints of Galliano #D9AB17

RGB

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

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

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

R = 52.8%
G = 41.61%
B = 5.6%

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

#D9AB17 (or 0xD9AB17) is known color: Galliano. HEX triplet: D9, AB and 17. RGB value is (217,171,23). Sum of RGB (Red+Green+Blue) = 217+171+23=411 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.80% from 411); Green value is 171 (67.19% from 255 or 41.61% from 411); Blue value is 23 (9.38% from 255 or 5.60% from 411); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AB17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D9AB17 is #2654E8. Grayscale: #A8A8A8. Windows color (decimal): -2512105 or 1551321. OLE color: 1551321.

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

Color convert

RGB 217 171 23 -
CMYK 0 0.21 0.89 0.15
HSL 45.77º 0.81% 0.47% -
HSV(B) 45.77º 0.89% 0.85% -
XYZ 43.33 43.94 7.01 -
YUV 167.88 46.24 163.03 -
System Red Green Blue C M Y K H S L
Decimal 217 171 23 0 0.21 0.89 0.15 45.77 0.81 0.47
Hex D9 AB 17 0 15 59 F 2E 51 2F
Octal 331 253 27 0 25 131 17 56 121 57
Binary 11011001 10101011 10111 0 10101 1011001 1111 101110 1010001 101111

Color Harmonies of #D9AB17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AB17

Black with #D9AB17

Text Example


Text Example

White with #D9AB17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AB17; }

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

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

background-color css

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

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

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

border-color css

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

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

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