#DDA621

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

Shades of Galliano #DDA621

Tints of Galliano #DDA621

Color information

#DDA621 (or 0xDDA621) is unknown color: approx Galliano. HEX triplet: DD, A6 and 21. RGB value is (221,166,33). Sum of RGB (Red+Green+Blue) = 221+166+33=420 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.62% from 420); Green value is 166 (65.23% from 255 or 39.52% from 420); Blue value is 33 (13.28% from 255 or 7.86% from 420); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA621 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA621 is #2259DE. Grayscale: #A7A7A7. Windows color (decimal): -2251231 or 2205405. OLE color: 2205405.

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

Color convert

RGB22116633-
CMYK00.250.850.13
HSL42.45º74.02%49.8%-
HSV(B)42.45º85.07%86.67%-
XYZ43.7342.757.39-
YUV167.2852.22166.31-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 52.62%
GREEN value IS 166 (65.23% from 255) = 39.52%
BLUE value IS 33 (13.28% from 255) = 7.86%
R=52.62%
G=39.52%
B=7.86%

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
Decimal2211663300.250.850.1342.4574.0249.8
HexDDA62101955D2a4a32
Octal33524641031125155211262
Binary1101110110100110100001011001101010111011010101001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA621; }

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

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

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

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

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

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

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

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