#DDAE1D

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

Shades of Galliano #DDAE1D

Tints of Galliano #DDAE1D

Color information

#DDAE1D (or 0xDDAE1D) is unknown color: approx Galliano. HEX triplet: DD, AE and 1D. RGB value is (221,174,29). Sum of RGB (Red+Green+Blue) = 221+174+29=424 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.12% from 424); Green value is 174 (68.36% from 255 or 41.04% from 424); Blue value is 29 (11.72% from 255 or 6.84% from 424); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAE1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDAE1D is #2251E2. Grayscale: #ACACAC. Windows color (decimal): -2249187 or 1945309. OLE color: 1945309.

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

Color convert

RGB22117429-
CMYK00.210.870.13
HSL45.31º76.8%49.02%-
HSV(B)45.31º86.88%86.67%-
XYZ45.1845.737.61-
YUV171.5247.57163.29-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 52.12%
GREEN value IS 174 (68.36% from 255) = 41.04%
BLUE value IS 29 (11.72% from 255) = 6.84%
R=52.12%
G=41.04%
B=6.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.87
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211742900.210.870.1345.3176.849.02
HexDDAE1D01557D2d4d31
Octal33525635025127155511561
Binary110111011010111011101010101101011111011011011001101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAE1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAE1D; }

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

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

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

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

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

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

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

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