#DDA026

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

Shades of Galliano #DDA026

Tints of Galliano #DDA026

Color information

#DDA026 (or 0xDDA026) is unknown color: approx Galliano. HEX triplet: DD, A0 and 26. RGB value is (221,160,38). Sum of RGB (Red+Green+Blue) = 221+160+38=419 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.74% from 419); Green value is 160 (62.89% from 255 or 38.19% from 419); Blue value is 38 (15.23% from 255 or 9.07% from 419); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA026 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA026 is #225FD9. Grayscale: #A4A4A4. Windows color (decimal): -2252762 or 2531549. OLE color: 2531549.

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

Color convert

RGB22116038-
CMYK00.280.830.13
HSL40º72.91%50.78%-
HSV(B)40º82.81%86.67%-
XYZ42.7440.657.43-
YUV164.3356.71168.42-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 52.74%
GREEN value IS 160 (62.89% from 255) = 38.19%
BLUE value IS 38 (15.23% from 255) = 9.07%
R=52.74%
G=38.19%
B=9.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.83
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211603800.280.830.134072.9150.78
HexDDA02601C53D284933
Octal33524046034123155011163
Binary1101110110100000100110011100101001111011010001001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA026; }

 p { color: rgb(221,160,38); }

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

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

 a { background-color: rgb(221,160,38); }

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

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

 span { border-color: rgb(221,160,38); }

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