#DF9868

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

Shades of Porsche #DF9868

Tints of Porsche #DF9868

Color information

#DF9868 (or 0xDF9868) is unknown color: approx Porsche. HEX triplet: DF, 98 and 68. RGB value is (223,152,104). Sum of RGB (Red+Green+Blue) = 223+152+104=479 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.56% from 479); Green value is 152 (59.77% from 255 or 31.73% from 479); Blue value is 104 (41.02% from 255 or 21.71% from 479); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9868 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9868 is #206797. Grayscale: #A8A8A8. Windows color (decimal): -2123672 or 6854879. OLE color: 6854879.

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

Color convert

RGB223152104-
CMYK00.320.530.13
HSL24.2º65.03%64.12%-
HSV(B)24.2º53.36%87.45%-
XYZ44.1639.1418.32-
YUV167.7692.02167.4-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 46.56%
GREEN value IS 152 (59.77% from 255) = 31.73%
BLUE value IS 104 (41.02% from 255) = 21.71%
R=46.56%
G=31.73%
B=21.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.53
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22315210400.320.530.1324.265.0364.12
HexDF986802035D184140
Octal337230150040651530101100
Binary11011111100110001101000010000011010111011100010000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF9868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF9868; }

 p { color: rgb(223,152,104); }

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

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

 a { background-color: rgb(223,152,104); }

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

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

 span { border-color: rgb(223,152,104); }

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