#d4a11f

Color #D4A11F Galliano (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Galliano #D4A11F

Tints of Galliano #D4A11F

Color information

#D4A11F (or 0xD4A11F) is unknown color: approx Galliano. HEX triplet: D4, A1 and 1F. RGB value is (212,161,31). Sum of RGB (Red+Green+Blue) = 212+161+31=404 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.48% from 404); Green value is 161 (63.28% from 255 or 39.85% from 404); Blue value is 31 (12.5% from 255 or 7.67% from 404); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A11F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4A11F is #2B5EE0. Grayscale: #A1A1A1. Windows color (decimal): -2842337 or 2073044. OLE color: 2073044.

HSL color Cylindrical-coordinate representation of color #D4A11F: hue angle of 43.09º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D4A11F is Cyan = 0, Magento = 0.24, Yellow = 0.85 and Black (K on CMYK) = 0.17.

Color convert

RGB21216131-
CMYK00.240.850.17
HSL43.09º74.49%47.65%-
HSV(B)43.09º85.38%83.14%-
XYZ40.1439.596.82-
YUV161.4354.4164.07-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 52.48%
GREEN value IS 161 (63.28% from 255) = 39.85%
BLUE value IS 31 (12.5% from 255) = 7.67%
R=52.48%
G=39.85%
B=7.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.85
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121613100.240.850.1743.0974.4947.65
HexD4A11F01855112b4a30
Octal32424137030125215311260
Binary1101010010100001111110110001010101100011010111001010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d4a11f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d4a11f; }

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

 H1.HeaderClassName
 {
   color: #d4a11f;
 }
 .AnyTagClassName
 {
   color: #d4a11f;
 }
</style>
background-color css

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

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

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

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

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

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