Html Css Color HEX #D1A11F Galliano

📋 copy color: '#D1A11F'

red 209 ◦ green 161 ◦ blue 31

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

Shades of Galliano #D1A11F

Tints of Galliano #D1A11F

RGB

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

 GREEN value IS 161 (63.28% from 255) = 40.15%

 BLUE value IS 31 (12.5% from 255) = 7.73%

R = 52.12%
G = 40.15%
B = 7.73%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D1A11F (or 0xD1A11F) is known color: Galliano. HEX triplet: D1, A1 and 1F. RGB value is (209,161,31). Sum of RGB (Red+Green+Blue) = 209+161+31=401 (53% of max value = 765). Red value is 209 (82.03% from 255 or 52.12% from 401); Green value is 161 (63.28% from 255 or 40.15% from 401); Blue value is 31 (12.5% from 255 or 7.73% from 401); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A11F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1A11F is #2E5EE0. Grayscale: #A1A1A1. Windows color (decimal): -3038945 or 2073041. OLE color: 2073041.

HSL color Cylindrical-coordinate representation of color #D1A11F: hue angle of 43.82º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D1A11F is Cyan = 0, Magento = 0.23, Yellow = 0.85 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 161 31 -
CMYK 0 0.23 0.85 0.18
HSL 43.82º 0.74% 0.47% -
HSV(B) 43.82º 0.85% 0.82% -
XYZ 39.29 39.14 6.78 -
YUV 160.53 54.9 162.57 -
System Red Green Blue C M Y K H S L
Decimal 209 161 31 0 0.23 0.85 0.18 43.82 0.74 0.47
Hex D1 A1 1F 0 17 55 12 2C 4A 2F
Octal 321 241 37 0 27 125 22 54 112 57
Binary 11010001 10100001 11111 0 10111 1010101 10010 101100 1001010 101111

Color Harmonies of #D1A11F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1A11F

Black with #D1A11F

Text Example


Text Example

White with #D1A11F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1A11F; }

 p { color: rgb(209,161,31); }

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

background-color css

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

 a { background-color: rgb(209,161,31); }

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

border-color css

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

 span { border-color: rgb(209,161,31); }

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