#DDA521

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

Shades of Galliano #DDA521

Tints of Galliano #DDA521

Color information

#DDA521 (or 0xDDA521) is unknown color: approx Galliano. HEX triplet: DD, A5 and 21. RGB value is (221,165,33). Sum of RGB (Red+Green+Blue) = 221+165+33=419 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.74% from 419); Green value is 165 (64.84% from 255 or 39.38% from 419); Blue value is 33 (13.28% from 255 or 7.88% from 419); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA521 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA521 is #225ADE. Grayscale: #A7A7A7. Windows color (decimal): -2251487 or 2205149. OLE color: 2205149.

HSL color Cylindrical-coordinate representation of color #DDA521: hue angle of 42.13º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DDA521 is Cyan = 0, Magento = 0.25, Yellow = 0.85 and Black (K on CMYK) = 0.13.

Color convert

RGB22116533-
CMYK00.250.850.13
HSL42.13º74.02%49.8%-
HSV(B)42.13º85.07%86.67%-
XYZ43.5542.397.33-
YUV166.752.55166.73-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 52.74%
GREEN value IS 165 (64.84% from 255) = 39.38%
BLUE value IS 33 (13.28% from 255) = 7.88%
R=52.74%
G=39.38%
B=7.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.85
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211653300.250.850.1342.1374.0249.8
HexDDA52101955D2a4a32
Octal33524541031125155211262
Binary1101110110100101100001011001101010111011010101001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA521; }

 p { color: rgb(221,165,33); }

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

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

 a { background-color: rgb(221,165,33); }

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

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

 span { border-color: rgb(221,165,33); }

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