#DDA128

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

Shades of Galliano #DDA128

Tints of Galliano #DDA128

Color information

#DDA128 (or 0xDDA128) is unknown color: approx Galliano. HEX triplet: DD, A1 and 28. RGB value is (221,161,40). Sum of RGB (Red+Green+Blue) = 221+161+40=422 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.37% from 422); Green value is 161 (63.28% from 255 or 38.15% from 422); Blue value is 40 (16.02% from 255 or 9.48% from 422); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA128 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA128 is #225ED7. Grayscale: #A5A5A5. Windows color (decimal): -2252504 or 2662877. OLE color: 2662877.

HSL color Cylindrical-coordinate representation of color #DDA128: hue angle of 40.11º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DDA128 is Cyan = 0, Magento = 0.27, Yellow = 0.82 and Black (K on CMYK) = 0.13.

Color convert

RGB22116140-
CMYK00.270.820.13
HSL40.11º72.69%51.18%-
HSV(B)40.11º81.9%86.67%-
XYZ42.9541.027.66-
YUV165.1557.38167.84-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 52.37%
GREEN value IS 161 (63.28% from 255) = 38.15%
BLUE value IS 40 (16.02% from 255) = 9.48%
R=52.37%
G=38.15%
B=9.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.82
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211614000.270.820.1340.1172.6951.18
HexDDA12801B52D284933
Octal33524150033122155011163
Binary1101110110100001101000011011101001011011010001001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA128; }

 p { color: rgb(221,161,40); }

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

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

 a { background-color: rgb(221,161,40); }

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

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

 span { border-color: rgb(221,161,40); }

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