#DDA61E

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

Shades of Galliano #DDA61E

Tints of Galliano #DDA61E

Color information

#DDA61E (or 0xDDA61E) is unknown color: approx Galliano. HEX triplet: DD, A6 and 1E. RGB value is (221,166,30). Sum of RGB (Red+Green+Blue) = 221+166+30=417 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.00% from 417); Green value is 166 (65.23% from 255 or 39.81% from 417); Blue value is 30 (12.11% from 255 or 7.19% from 417); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA61E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA61E is #2259E1. Grayscale: #A7A7A7. Windows color (decimal): -2251234 or 2008797. OLE color: 2008797.

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

Color convert

RGB22116630-
CMYK00.250.860.13
HSL42.72º76.1%49.22%-
HSV(B)42.72º86.43%86.67%-
XYZ43.6942.747.17-
YUV166.9450.72166.56-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 53.00%
GREEN value IS 166 (65.23% from 255) = 39.81%
BLUE value IS 30 (12.11% from 255) = 7.19%
R=53.00%
G=39.81%
B=7.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.86
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211663000.250.860.1342.7276.149.22
HexDDA61E01956D2b4c31
Octal33524636031126155311461
Binary110111011010011011110011001101011011011010111001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA61E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA61E; }

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

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

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

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

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

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

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

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