Html Css Color HEX #D1A60F Galliano

📋 copy color: '#D1A60F'

red 209 ◦ green 166 ◦ blue 15

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

Shades of Galliano #D1A60F

Tints of Galliano #D1A60F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.85%

R = 53.59%
G = 42.56%
B = 3.85%

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

#D1A60F (or 0xD1A60F) is known color: Galliano. HEX triplet: D1, A6 and 0F. RGB value is (209,166,15). Sum of RGB (Red+Green+Blue) = 209+166+15=390 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.59% from 390); Green value is 166 (65.23% from 255 or 42.56% from 390); Blue value is 15 (6.25% from 255 or 3.85% from 390); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A60F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D1A60F is #2E59F0. Grayscale: #A2A2A2. Windows color (decimal): -3037681 or 1025745. OLE color: 1025745.

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

Color convert

RGB 209 166 15 -
CMYK 0 0.21 0.93 0.18
HSL 46.7º 0.87% 0.44% -
HSV(B) 46.7º 0.93% 0.82% -
XYZ 40.02 40.86 6.23 -
YUV 161.64 45.25 161.78 -
System Red Green Blue C M Y K H S L
Decimal 209 166 15 0 0.21 0.93 0.18 46.7 0.87 0.44
Hex D1 A6 F 0 15 5D 12 2F 57 2C
Octal 321 246 17 0 25 135 22 57 127 54
Binary 11010001 10100110 1111 0 10101 1011101 10010 101111 1010111 101100

Color Harmonies of #D1A60F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1A60F

Black with #D1A60F

Text Example


Text Example

White with #D1A60F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1A60F; }

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

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

background-color css

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

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

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

border-color css

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

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

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