#DDA21E

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

Shades of Galliano #DDA21E

Tints of Galliano #DDA21E

Color information

#DDA21E (or 0xDDA21E) is unknown color: approx Galliano. HEX triplet: DD, A2 and 1E. RGB value is (221,162,30). Sum of RGB (Red+Green+Blue) = 221+162+30=413 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.51% from 413); Green value is 162 (63.67% from 255 or 39.23% from 413); Blue value is 30 (12.11% from 255 or 7.26% from 413); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA21E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA21E is #225DE1. Grayscale: #A5A5A5. Windows color (decimal): -2252258 or 2007773. OLE color: 2007773.

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

Color convert

RGB22116230-
CMYK00.270.860.13
HSL41.47º76.1%49.22%-
HSV(B)41.47º86.43%86.67%-
XYZ42.9741.316.94-
YUV164.5952.05168.23-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 53.51%
GREEN value IS 162 (63.67% from 255) = 39.23%
BLUE value IS 30 (12.11% from 255) = 7.26%
R=53.51%
G=39.23%
B=7.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.86
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211623000.270.860.1341.4776.149.22
HexDDA21E01B56D294c31
Octal33524236033126155111461
Binary110111011010001011110011011101011011011010011001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA21E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA21E; }

 p { color: rgb(221,162,30); }

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

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

 a { background-color: rgb(221,162,30); }

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

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

 span { border-color: rgb(221,162,30); }

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