Html Css Color HEX #D1AB11 Galliano

📋 copy color: '#D1AB11'

red 209 ◦ green 171 ◦ blue 17

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

Shades of Galliano #D1AB11

Tints of Galliano #D1AB11

RGB

 RED value IS 209 (82.03% from 255) = 52.64%

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

 BLUE value IS 17 (7.03% from 255) = 4.28%

R = 52.64%
G = 43.07%
B = 4.28%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D1AB11 (or 0xD1AB11) is known color: Galliano. HEX triplet: D1, AB and 11. RGB value is (209,171,17). Sum of RGB (Red+Green+Blue) = 209+171+17=397 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.64% from 397); Green value is 171 (67.19% from 255 or 43.07% from 397); Blue value is 17 (7.03% from 255 or 4.28% from 397); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AB11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D1AB11 is #2E54EE. Grayscale: #A5A5A5. Windows color (decimal): -3036399 or 1158097. OLE color: 1158097.

HSL color Cylindrical-coordinate representation of color #D1AB11: hue angle of 48.12º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D1AB11 is Cyan = 0, Magento = 0.18, Yellow = 0.92 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 171 17 -
CMYK 0 0.18 0.92 0.18
HSL 48.13º 0.85% 0.44% -
HSV(B) 48.13º 0.92% 0.82% -
XYZ 40.96 42.72 6.62 -
YUV 164.81 44.59 159.52 -
System Red Green Blue C M Y K H S L
Decimal 209 171 17 0 0.18 0.92 0.18 48.13 0.85 0.44
Hex D1 AB 11 0 12 5C 12 30 55 2C
Octal 321 253 21 0 22 134 22 60 125 54
Binary 11010001 10101011 10001 0 10010 1011100 10010 110000 1010101 101100

Color Harmonies of #D1AB11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1AB11

Black with #D1AB11

Text Example


Text Example

White with #D1AB11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1AB11; }

 p { color: rgb(209,171,17); }

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

background-color css

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

 a { background-color: rgb(209,171,17); }

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

border-color css

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

 span { border-color: rgb(209,171,17); }

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