#DF945C

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

Shades of Porsche #DF945C

Tints of Porsche #DF945C

Color information

#DF945C (or 0xDF945C) is unknown color: approx Porsche. HEX triplet: DF, 94 and 5C. RGB value is (223,148,92). Sum of RGB (Red+Green+Blue) = 223+148+92=463 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.16% from 463); Green value is 148 (58.20% from 255 or 31.97% from 463); Blue value is 92 (36.33% from 255 or 19.87% from 463); Max value from RGB is 223 - color contains mainly: red. Hex color #DF945C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF945C is #206BA3. Grayscale: #A4A4A4. Windows color (decimal): -2124708 or 6067423. OLE color: 6067423.

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

Color convert

RGB22314892-
CMYK00.340.590.13
HSL25.65º67.18%61.76%-
HSV(B)25.65º58.74%87.45%-
XYZ42.9537.6415.13-
YUV164.0487.35170.05-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 48.16%
GREEN value IS 148 (58.20% from 255) = 31.97%
BLUE value IS 92 (36.33% from 255) = 19.87%
R=48.16%
G=31.97%
B=19.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.59
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231489200.340.590.1325.6567.1861.76
HexDF945C0223BD1a433e
Octal33722413404273153210376
Binary1101111110010100101110001000101110111101110101000011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF945C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF945C; }

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

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

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

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

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

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

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

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