#DF9A60

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

Shades of Porsche #DF9A60

Tints of Porsche #DF9A60

Color information

#DF9A60 (or 0xDF9A60) is unknown color: approx Porsche. HEX triplet: DF, 9A and 60. RGB value is (223,154,96). Sum of RGB (Red+Green+Blue) = 223+154+96=473 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.15% from 473); Green value is 154 (60.55% from 255 or 32.56% from 473); Blue value is 96 (37.89% from 255 or 20.30% from 473); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9A60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9A60 is #20659F. Grayscale: #A8A8A8. Windows color (decimal): -2123168 or 6331103. OLE color: 6331103.

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

Color convert

RGB22315496-
CMYK00.310.570.13
HSL27.4º66.49%62.55%-
HSV(B)27.4º56.95%87.45%-
XYZ44.139.6416.39-
YUV168.0287.36167.22-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 47.15%
GREEN value IS 154 (60.55% from 255) = 32.56%
BLUE value IS 96 (37.89% from 255) = 20.30%
R=47.15%
G=32.56%
B=20.30%

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
Decimal2231549600.310.570.1327.466.4962.55
HexDF9A6001F39D1b423f
Octal33723214003771153310277
Binary110111111001101011000000111111110011101110111000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF9A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF9A60; }

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

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

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

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

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

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

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

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