#DDA914

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

Shades of Galliano #DDA914

Tints of Galliano #DDA914

Color information

#DDA914 (or 0xDDA914) is unknown color: approx Galliano. HEX triplet: DD, A9 and 14. RGB value is (221,169,20). Sum of RGB (Red+Green+Blue) = 221+169+20=410 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.90% from 410); Green value is 169 (66.41% from 255 or 41.22% from 410); Blue value is 20 (8.20% from 255 or 4.88% from 410); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA914 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDA914 is #2256EB. Grayscale: #A8A8A8. Windows color (decimal): -2250476 or 1354205. OLE color: 1354205.

HSL color Cylindrical-coordinate representation of color #DDA914: hue angle of 44.48º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DDA914 is Cyan = 0, Magento = 0.24, Yellow = 0.91 and Black (K on CMYK) = 0.13.

Color convert

RGB22116920-
CMYK00.240.910.13
HSL44.48º83.4%47.25%-
HSV(B)44.48º90.95%86.67%-
XYZ44.1343.86.79-
YUV167.5644.73166.12-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 53.90%
GREEN value IS 169 (66.41% from 255) = 41.22%
BLUE value IS 20 (8.20% from 255) = 4.88%
R=53.90%
G=41.22%
B=4.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.91
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211692000.240.910.1344.4883.447.25
HexDDA9140185BD2c532f
Octal33525124030133155412357
Binary110111011010100110100011000101101111011011001010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA914; }

 p { color: rgb(221,169,20); }

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

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

 a { background-color: rgb(221,169,20); }

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

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

 span { border-color: rgb(221,169,20); }

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