#DE9661

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

Shades of Porsche #DE9661

Tints of Porsche #DE9661

Color information

#DE9661 (or 0xDE9661) is unknown color: approx Porsche. HEX triplet: DE, 96 and 61. RGB value is (222,150,97). Sum of RGB (Red+Green+Blue) = 222+150+97=469 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.33% from 469); Green value is 150 (58.98% from 255 or 31.98% from 469); Blue value is 97 (38.28% from 255 or 20.68% from 469); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9661 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE9661 is #21699E. Grayscale: #A5A5A5. Windows color (decimal): -2189727 or 6395614. OLE color: 6395614.

HSL color Cylindrical-coordinate representation of color #DE9661: hue angle of 25.44º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DE9661 is Cyan = 0, Magento = 0.32, Yellow = 0.56 and Black (K on CMYK) = 0.13.

Color convert

RGB22215097-
CMYK00.320.560.13
HSL25.44º65.45%62.55%-
HSV(B)25.44º56.31%87.06%-
XYZ43.1938.2116.41-
YUV165.4989.35168.31-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 47.33%
GREEN value IS 150 (58.98% from 255) = 31.98%
BLUE value IS 97 (38.28% from 255) = 20.68%
R=47.33%
G=31.98%
B=20.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.56
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221509700.320.560.1325.4465.4562.55
HexDE966102038D19413f
Octal33622614104070153110177
Binary1101111010010110110000101000001110001101110011000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9661; }

 p { color: rgb(222,150,97); }

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

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

 a { background-color: rgb(222,150,97); }

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

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

 span { border-color: rgb(222,150,97); }

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