Html Css Color HEX #D1A60E Galliano

📋 copy color: '#D1A60E'

red 209 ◦ green 166 ◦ blue 14

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

Shades of Galliano #D1A60E

Tints of Galliano #D1A60E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.6%

R = 53.73%
G = 42.67%
B = 3.6%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#D1A60E (or 0xD1A60E) is known color: Galliano. HEX triplet: D1, A6 and 0E. RGB value is (209,166,14). Sum of RGB (Red+Green+Blue) = 209+166+14=389 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.73% from 389); Green value is 166 (65.23% from 255 or 42.67% from 389); Blue value is 14 (5.86% from 255 or 3.60% from 389); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A60E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D1A60E is #2E59F1. Grayscale: #A2A2A2. Windows color (decimal): -3037682 or 960209. OLE color: 960209.

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

Color convert

RGB 209 166 14 -
CMYK 0 0.21 0.93 0.18
HSL 46.77º 0.87% 0.44% -
HSV(B) 46.77º 0.93% 0.82% -
XYZ 40.01 40.86 6.19 -
YUV 161.53 44.75 161.86 -
System Red Green Blue C M Y K H S L
Decimal 209 166 14 0 0.21 0.93 0.18 46.77 0.87 0.44
Hex D1 A6 E 0 15 5D 12 2F 57 2C
Octal 321 246 16 0 25 135 22 57 127 54
Binary 11010001 10100110 1110 0 10101 1011101 10010 101111 1010111 101100

Color Harmonies of #D1A60E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1A60E

Black with #D1A60E

Text Example


Text Example

White with #D1A60E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1A60E; }

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

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

background-color css

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

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

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

border-color css

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

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

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