#d99e26

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

Shades of Galliano #D99E26

Tints of Galliano #D99E26

Color information

#D99E26 (or 0xD99E26) is unknown color: approx Galliano. HEX triplet: D9, 9E and 26. RGB value is (217,158,38). Sum of RGB (Red+Green+Blue) = 217+158+38=413 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.54% from 413); Green value is 158 (62.11% from 255 or 38.26% from 413); Blue value is 38 (15.23% from 255 or 9.20% from 413); Max value from RGB is 217 - color contains mainly: red. Hex color #D99E26 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D99E26 is #2661D9. Grayscale: #A2A2A2. Windows color (decimal): -2515418 or 2531033. OLE color: 2531033.

HSL color Cylindrical-coordinate representation of color #D99E26: hue angle of 40.22º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D99E26 is Cyan = 0, Magento = 0.27, Yellow = 0.82 and Black (K on CMYK) = 0.15.

Color convert

RGB21715838-
CMYK00.270.820.15
HSL40.22º70.2%50%-
HSV(B)40.22º82.49%85.1%-
XYZ41.1939.357.26-
YUV161.9658.05167.26-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 52.54%
GREEN value IS 158 (62.11% from 255) = 38.26%
BLUE value IS 38 (15.23% from 255) = 9.20%
R=52.54%
G=38.26%
B=9.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.82
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171583800.270.820.1540.2270.250
HexD99E2601B52F284632
Octal33123646033122175010662
Binary1101100110011110100110011011101001011111010001000110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d99e26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d99e26; }

 p { color: rgb(217,158,38); }

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

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

 a { background-color: rgb(217,158,38); }

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

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

 span { border-color: rgb(217,158,38); }

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