Html Css Color HEX #D9AB16 Galliano

📋 copy color: '#D9AB16'

red 217 ◦ green 171 ◦ blue 22

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

Shades of Galliano #D9AB16

Tints of Galliano #D9AB16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.37%

R = 52.93%
G = 41.71%
B = 5.37%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#D9AB16 (or 0xD9AB16) is known color: Galliano. HEX triplet: D9, AB and 16. RGB value is (217,171,22). Sum of RGB (Red+Green+Blue) = 217+171+22=410 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.93% from 410); Green value is 171 (67.19% from 255 or 41.71% from 410); Blue value is 22 (8.98% from 255 or 5.37% from 410); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AB16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D9AB16 is #2654E9. Grayscale: #A8A8A8. Windows color (decimal): -2512106 or 1485785. OLE color: 1485785.

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

Color convert

RGB 217 171 22 -
CMYK 0 0.21 0.90 0.15
HSL 45.85º 0.82% 0.47% -
HSV(B) 45.85º 0.9% 0.85% -
XYZ 43.32 43.94 6.96 -
YUV 167.77 45.74 163.12 -
System Red Green Blue C M Y K H S L
Decimal 217 171 22 0 0.21 0.90 0.15 45.85 0.82 0.47
Hex D9 AB 16 0 15 5A F 2E 52 2F
Octal 331 253 26 0 25 132 17 56 122 57
Binary 11011001 10101011 10110 0 10101 1011010 1111 101110 1010010 101111

Color Harmonies of #D9AB16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AB16

Black with #D9AB16

Text Example


Text Example

White with #D9AB16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AB16; }

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

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

background-color css

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

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

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

border-color css

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

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

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