#DF965C

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

Shades of Porsche #DF965C

Tints of Porsche #DF965C

Color information

#DF965C (or 0xDF965C) is unknown color: approx Porsche. HEX triplet: DF, 96 and 5C. RGB value is (223,150,92). Sum of RGB (Red+Green+Blue) = 223+150+92=465 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.96% from 465); Green value is 150 (58.98% from 255 or 32.26% from 465); Blue value is 92 (36.33% from 255 or 19.78% from 465); Max value from RGB is 223 - color contains mainly: red. Hex color #DF965C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF965C is #2069A3. Grayscale: #A5A5A5. Windows color (decimal): -2124196 or 6067935. OLE color: 6067935.

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

Color convert

RGB22315092-
CMYK00.330.590.13
HSL26.56º67.18%61.76%-
HSV(B)26.56º58.74%87.45%-
XYZ43.2738.2715.23-
YUV165.2186.68169.22-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 47.96%
GREEN value IS 150 (58.98% from 255) = 32.26%
BLUE value IS 92 (36.33% from 255) = 19.78%
R=47.96%
G=32.26%
B=19.78%

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
Decimal2231509200.330.590.1326.5667.1861.76
HexDF965C0213BD1b433e
Octal33722613404173153310376
Binary1101111110010110101110001000011110111101110111000011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF965C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF965C; }

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

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

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

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

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

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

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

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