#DF995D

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

Shades of Porsche #DF995D

Tints of Porsche #DF995D

Color information

#DF995D (or 0xDF995D) is unknown color: approx Porsche. HEX triplet: DF, 99 and 5D. RGB value is (223,153,93). Sum of RGB (Red+Green+Blue) = 223+153+93=469 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.55% from 469); Green value is 153 (60.16% from 255 or 32.62% from 469); Blue value is 93 (36.72% from 255 or 19.83% from 469); Max value from RGB is 223 - color contains mainly: red. Hex color #DF995D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF995D is #2066A2. Grayscale: #A7A7A7. Windows color (decimal): -2123427 or 6134239. OLE color: 6134239.

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

Color convert

RGB22315393-
CMYK00.310.580.13
HSL27.69º67.01%61.96%-
HSV(B)27.69º58.3%87.45%-
XYZ43.839.2615.63-
YUV167.0986.19167.88-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 47.55%
GREEN value IS 153 (60.16% from 255) = 32.62%
BLUE value IS 93 (36.72% from 255) = 19.83%
R=47.55%
G=32.62%
B=19.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.58
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231539300.310.580.1327.6967.0161.96
HexDF995D01F3AD1c433e
Octal33723113503772153410376
Binary110111111001100110111010111111110101101111001000011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF995D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF995D; }

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

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

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

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

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

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

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

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