#DF9960

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

Shades of Porsche #DF9960

Tints of Porsche #DF9960

Color information

#DF9960 (or 0xDF9960) is unknown color: approx Porsche. HEX triplet: DF, 99 and 60. RGB value is (223,153,96). Sum of RGB (Red+Green+Blue) = 223+153+96=472 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.25% from 472); Green value is 153 (60.16% from 255 or 32.42% from 472); Blue value is 96 (37.89% from 255 or 20.34% from 472); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9960 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9960 is #20669F. Grayscale: #A7A7A7. Windows color (decimal): -2123424 or 6330847. OLE color: 6330847.

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

Color convert

RGB22315396-
CMYK00.310.570.13
HSL26.93º66.49%62.55%-
HSV(B)26.93º56.95%87.45%-
XYZ43.9339.3116.34-
YUV167.4387.69167.63-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 47.25%
GREEN value IS 153 (60.16% from 255) = 32.42%
BLUE value IS 96 (37.89% from 255) = 20.34%
R=47.25%
G=32.42%
B=20.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.57
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231539600.310.570.1326.9366.4962.55
HexDF996001F39D1b423f
Octal33723114003771153310277
Binary110111111001100111000000111111110011101110111000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF9960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF9960; }

 p { color: rgb(223,153,96); }

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

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

 a { background-color: rgb(223,153,96); }

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

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

 span { border-color: rgb(223,153,96); }

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