#DDA21C

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

Shades of Galliano #DDA21C

Tints of Galliano #DDA21C

Color information

#DDA21C (or 0xDDA21C) is unknown color: approx Galliano. HEX triplet: DD, A2 and 1C. RGB value is (221,162,28). Sum of RGB (Red+Green+Blue) = 221+162+28=411 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.77% from 411); Green value is 162 (63.67% from 255 or 39.42% from 411); Blue value is 28 (11.33% from 255 or 6.81% from 411); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA21C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA21C is #225DE3. Grayscale: #A4A4A4. Windows color (decimal): -2252260 or 1876701. OLE color: 1876701.

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

Color convert

RGB22116228-
CMYK00.270.870.13
HSL41.66º77.51%48.82%-
HSV(B)41.66º87.33%86.67%-
XYZ42.9541.36.81-
YUV164.3651.05168.4-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 53.77%
GREEN value IS 162 (63.67% from 255) = 39.42%
BLUE value IS 28 (11.33% from 255) = 6.81%
R=53.77%
G=39.42%
B=6.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.87
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211622800.270.870.1341.6677.5148.82
HexDDA21C01B57D2a4e31
Octal33524234033127155211661
Binary110111011010001011100011011101011111011010101001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA21C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA21C; }

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

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

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

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

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

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

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

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