#DF955C

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

Shades of Porsche #DF955C

Tints of Porsche #DF955C

Color information

#DF955C (or 0xDF955C) is unknown color: approx Porsche. HEX triplet: DF, 95 and 5C. RGB value is (223,149,92). Sum of RGB (Red+Green+Blue) = 223+149+92=464 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.06% from 464); Green value is 149 (58.59% from 255 or 32.11% from 464); Blue value is 92 (36.33% from 255 or 19.83% from 464); Max value from RGB is 223 - color contains mainly: red. Hex color #DF955C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF955C is #206AA3. Grayscale: #A4A4A4. Windows color (decimal): -2124452 or 6067679. OLE color: 6067679.

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

Color convert

RGB22314992-
CMYK00.330.590.13
HSL26.11º67.18%61.76%-
HSV(B)26.11º58.74%87.45%-
XYZ43.1137.9615.18-
YUV164.6387.02169.63-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 48.06%
GREEN value IS 149 (58.59% from 255) = 32.11%
BLUE value IS 92 (36.33% from 255) = 19.83%
R=48.06%
G=32.11%
B=19.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.59
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231499200.330.590.1326.1167.1861.76
HexDF955C0213BD1a433e
Octal33722513404173153210376
Binary1101111110010101101110001000011110111101110101000011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF955C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF955C; }

 p { color: rgb(223,149,92); }

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

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

 a { background-color: rgb(223,149,92); }

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

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

 span { border-color: rgb(223,149,92); }

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