Html Css Color HEX #D1AC12 Galliano

📋 copy color: '#D1AC12'

red 209 ◦ green 172 ◦ blue 18

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

Shades of Galliano #D1AC12

Tints of Galliano #D1AC12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.51%

R = 52.38%
G = 43.11%
B = 4.51%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#D1AC12 (or 0xD1AC12) is known color: Galliano. HEX triplet: D1, AC and 12. RGB value is (209,172,18). Sum of RGB (Red+Green+Blue) = 209+172+18=399 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.38% from 399); Green value is 172 (67.58% from 255 or 43.11% from 399); Blue value is 18 (7.42% from 255 or 4.51% from 399); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AC12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D1AC12 is #2E53ED. Grayscale: #A6A6A6. Windows color (decimal): -3036142 or 1223889. OLE color: 1223889.

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

Color convert

RGB 209 172 18 -
CMYK 0 0.18 0.91 0.18
HSL 48.38º 0.84% 0.45% -
HSV(B) 48.38º 0.91% 0.82% -
XYZ 41.16 43.1 6.72 -
YUV 165.51 44.76 159.02 -
System Red Green Blue C M Y K H S L
Decimal 209 172 18 0 0.18 0.91 0.18 48.38 0.84 0.45
Hex D1 AC 12 0 12 5B 12 30 54 2D
Octal 321 254 22 0 22 133 22 60 124 55
Binary 11010001 10101100 10010 0 10010 1011011 10010 110000 1010100 101101

Color Harmonies of #D1AC12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1AC12

Black with #D1AC12

Text Example


Text Example

White with #D1AC12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1AC12; }

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

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

background-color css

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

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

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

border-color css

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

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

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