#DDA41C

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

Shades of Galliano #DDA41C

Tints of Galliano #DDA41C

Color information

#DDA41C (or 0xDDA41C) is unknown color: approx Galliano. HEX triplet: DD, A4 and 1C. RGB value is (221,164,28). Sum of RGB (Red+Green+Blue) = 221+164+28=413 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.51% from 413); Green value is 164 (64.45% from 255 or 39.71% from 413); Blue value is 28 (11.33% from 255 or 6.78% from 413); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA41C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA41C is #225BE3. Grayscale: #A6A6A6. Windows color (decimal): -2251748 or 1877213. OLE color: 1877213.

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

Color convert

RGB22116428-
CMYK00.260.870.13
HSL42.28º77.51%48.82%-
HSV(B)42.28º87.33%86.67%-
XYZ43.342.016.92-
YUV165.5450.38167.56-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 53.51%
GREEN value IS 164 (64.45% from 255) = 39.71%
BLUE value IS 28 (11.33% from 255) = 6.78%
R=53.51%
G=39.71%
B=6.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.87
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211642800.260.870.1342.2877.5148.82
HexDDA41C01A57D2a4e31
Octal33524434032127155211661
Binary110111011010010011100011010101011111011010101001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA41C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA41C; }

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

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

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

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

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

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

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

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