#DD9E1E

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

Shades of Galliano #DD9E1E

Tints of Galliano #DD9E1E

Color information

#DD9E1E (or 0xDD9E1E) is unknown color: approx Galliano. HEX triplet: DD, 9E and 1E. RGB value is (221,158,30). Sum of RGB (Red+Green+Blue) = 221+158+30=409 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.03% from 409); Green value is 158 (62.11% from 255 or 38.63% from 409); Blue value is 30 (12.11% from 255 or 7.33% from 409); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9E1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD9E1E is #2261E1. Grayscale: #A2A2A2. Windows color (decimal): -2253282 or 2006749. OLE color: 2006749.

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

Color convert

RGB22115830-
CMYK00.290.860.13
HSL40.21º76.1%49.22%-
HSV(B)40.21º86.43%86.67%-
XYZ42.2839.926.71-
YUV162.2453.37169.91-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 54.03%
GREEN value IS 158 (62.11% from 255) = 38.63%
BLUE value IS 30 (12.11% from 255) = 7.33%
R=54.03%
G=38.63%
B=7.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.86
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211583000.290.860.1340.2176.149.22
HexDD9E1E01D56D284c31
Octal33523636035126155011461
Binary110111011001111011110011101101011011011010001001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9E1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9E1E; }

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

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

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

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

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

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

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

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