Html Css Color HEX #D1A61C Galliano

📋 copy color: '#D1A61C'

red 209 ◦ green 166 ◦ blue 28

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

Shades of Galliano #D1A61C

Tints of Galliano #D1A61C

RGB

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

 GREEN value IS 166 (65.23% from 255) = 41.19%

 BLUE value IS 28 (11.33% from 255) = 6.95%

R = 51.86%
G = 41.19%
B = 6.95%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.87

 K value IS 0.18

RGB Variations

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

Color information

#D1A61C (or 0xD1A61C) is known color: Galliano. HEX triplet: D1, A6 and 1C. RGB value is (209,166,28). Sum of RGB (Red+Green+Blue) = 209+166+28=403 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.86% from 403); Green value is 166 (65.23% from 255 or 41.19% from 403); Blue value is 28 (11.33% from 255 or 6.95% from 403); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A61C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1A61C is #2E59E3. Grayscale: #A3A3A3. Windows color (decimal): -3037668 or 1877713. OLE color: 1877713.

HSL color Cylindrical-coordinate representation of color #D1A61C: hue angle of 45.75º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D1A61C is Cyan = 0, Magento = 0.21, Yellow = 0.87 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 166 28 -
CMYK 0 0.21 0.87 0.18
HSL 45.75º 0.76% 0.46% -
HSV(B) 45.75º 0.87% 0.82% -
XYZ 40.14 40.91 6.88 -
YUV 163.13 51.75 160.72 -
System Red Green Blue C M Y K H S L
Decimal 209 166 28 0 0.21 0.87 0.18 45.75 0.76 0.46
Hex D1 A6 1C 0 15 57 12 2E 4C 2E
Octal 321 246 34 0 25 127 22 56 114 56
Binary 11010001 10100110 11100 0 10101 1010111 10010 101110 1001100 101110

Color Harmonies of #D1A61C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1A61C

Black with #D1A61C

Text Example


Text Example

White with #D1A61C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1A61C; }

 p { color: rgb(209,166,28); }

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

background-color css

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

 a { background-color: rgb(209,166,28); }

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

border-color css

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

 span { border-color: rgb(209,166,28); }

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