#DDAC1D

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

Shades of Galliano #DDAC1D

Tints of Galliano #DDAC1D

Color information

#DDAC1D (or 0xDDAC1D) is unknown color: approx Galliano. HEX triplet: DD, AC and 1D. RGB value is (221,172,29). Sum of RGB (Red+Green+Blue) = 221+172+29=422 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.37% from 422); Green value is 172 (67.58% from 255 or 40.76% from 422); Blue value is 29 (11.72% from 255 or 6.87% from 422); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAC1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDAC1D is #2253E2. Grayscale: #AAAAAA. Windows color (decimal): -2249699 or 1944797. OLE color: 1944797.

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

Color convert

RGB22117229-
CMYK00.220.870.13
HSL44.69º76.8%49.02%-
HSV(B)44.69º86.88%86.67%-
XYZ44.7944.977.48-
YUV170.3548.23164.13-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 52.37%
GREEN value IS 172 (67.58% from 255) = 40.76%
BLUE value IS 29 (11.72% from 255) = 6.87%
R=52.37%
G=40.76%
B=6.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.87
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211722900.220.870.1344.6976.849.02
HexDDAC1D01657D2d4d31
Octal33525435026127155511561
Binary110111011010110011101010110101011111011011011001101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAC1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAC1D; }

 p { color: rgb(221,172,29); }

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

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

 a { background-color: rgb(221,172,29); }

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

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

 span { border-color: rgb(221,172,29); }

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