#DFAA1B

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

Shades of Galliano #DFAA1B

Tints of Galliano #DFAA1B

Color information

#DFAA1B (or 0xDFAA1B) is unknown color: approx Galliano. HEX triplet: DF, AA and 1B. RGB value is (223,170,27). Sum of RGB (Red+Green+Blue) = 223+170+27=420 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.10% from 420); Green value is 170 (66.80% from 255 or 40.48% from 420); Blue value is 27 (10.94% from 255 or 6.43% from 420); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAA1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFAA1B is #2055E4. Grayscale: #AAAAAA. Windows color (decimal): -2119141 or 1813215. OLE color: 1813215.

HSL color Cylindrical-coordinate representation of color #DFAA1B: hue angle of 43.78º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DFAA1B is Cyan = 0, Magento = 0.24, Yellow = 0.88 and Black (K on CMYK) = 0.13.

Color convert

RGB22317027-
CMYK00.240.880.13
HSL43.78º78.4%49.02%-
HSV(B)43.78º87.89%87.45%-
XYZ4544.527.26-
YUV169.5447.56166.13-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 53.10%
GREEN value IS 170 (66.80% from 255) = 40.48%
BLUE value IS 27 (10.94% from 255) = 6.43%
R=53.10%
G=40.48%
B=6.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.88
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231702700.240.880.1343.7878.449.02
HexDFAA1B01858D2c4e31
Octal33725233030130155411661
Binary110111111010101011011011000101100011011011001001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFAA1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFAA1B; }

 p { color: rgb(223,170,27); }

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

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

 a { background-color: rgb(223,170,27); }

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

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

 span { border-color: rgb(223,170,27); }

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