#DE9B56

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

Shades of Porsche #DE9B56

Tints of Porsche #DE9B56

Color information

#DE9B56 (or 0xDE9B56) is unknown color: approx Porsche. HEX triplet: DE, 9B and 56. RGB value is (222,155,86). Sum of RGB (Red+Green+Blue) = 222+155+86=463 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.95% from 463); Green value is 155 (60.94% from 255 or 33.48% from 463); Blue value is 86 (33.98% from 255 or 18.57% from 463); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9B56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE9B56 is #2164A9. Grayscale: #A7A7A7. Windows color (decimal): -2188458 or 5675998. OLE color: 5675998.

HSL color Cylindrical-coordinate representation of color #DE9B56: hue angle of 30.44º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DE9B56 is Cyan = 0, Magento = 0.30, Yellow = 0.61 and Black (K on CMYK) = 0.13.

Color convert

RGB22215586-
CMYK00.300.610.13
HSL30.44º67.33%60.39%-
HSV(B)30.44º61.26%87.06%-
XYZ43.5339.6414.16-
YUV167.1782.2167.11-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 47.95%
GREEN value IS 155 (60.94% from 255) = 33.48%
BLUE value IS 86 (33.98% from 255) = 18.57%
R=47.95%
G=33.48%
B=18.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.61
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221558600.300.610.1330.4467.3360.39
HexDE9B5601E3DD1e433c
Octal33623312603675153610374
Binary110111101001101110101100111101111011101111101000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9B56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9B56; }

 p { color: rgb(222,155,86); }

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

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

 a { background-color: rgb(222,155,86); }

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

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

 span { border-color: rgb(222,155,86); }

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