Html Css Color HEX #D1AC11 Galliano

📋 copy color: '#D1AC11'

red 209 ◦ green 172 ◦ blue 17

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

Shades of Galliano #D1AC11

Tints of Galliano #D1AC11

RGB

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

 GREEN value IS 172 (67.58% from 255) = 43.22%

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

R = 52.51%
G = 43.22%
B = 4.27%

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

#D1AC11 (or 0xD1AC11) is known color: Galliano. HEX triplet: D1, AC and 11. RGB value is (209,172,17). Sum of RGB (Red+Green+Blue) = 209+172+17=398 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.51% from 398); Green value is 172 (67.58% from 255 or 43.22% from 398); Blue value is 17 (7.03% from 255 or 4.27% from 398); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AC11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D1AC11 is #2E53EE. Grayscale: #A6A6A6. Windows color (decimal): -3036143 or 1158353. OLE color: 1158353.

HSL color Cylindrical-coordinate representation of color #D1AC11: hue angle of 48.44º 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 #D1AC11 is Cyan = 0, Magento = 0.18, Yellow = 0.92 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 172 17 -
CMYK 0 0.18 0.92 0.18
HSL 48.44º 0.85% 0.44% -
HSV(B) 48.44º 0.92% 0.82% -
XYZ 41.15 43.1 6.68 -
YUV 165.39 44.26 159.1 -
System Red Green Blue C M Y K H S L
Decimal 209 172 17 0 0.18 0.92 0.18 48.44 0.85 0.44
Hex D1 AC 11 0 12 5C 12 30 55 2C
Octal 321 254 21 0 22 134 22 60 125 54
Binary 11010001 10101100 10001 0 10010 1011100 10010 110000 1010101 101100

Color Harmonies of #D1AC11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1AC11

Black with #D1AC11

Text Example


Text Example

White with #D1AC11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1AC11; }

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

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

background-color css

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

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

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

border-color css

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

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

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