#DF955F

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

Shades of Porsche #DF955F

Tints of Porsche #DF955F

Color information

#DF955F (or 0xDF955F) is unknown color: approx Porsche. HEX triplet: DF, 95 and 5F. RGB value is (223,149,95). Sum of RGB (Red+Green+Blue) = 223+149+95=467 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.75% from 467); Green value is 149 (58.59% from 255 or 31.91% from 467); Blue value is 95 (37.5% from 255 or 20.34% from 467); Max value from RGB is 223 - color contains mainly: red. Hex color #DF955F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF955F is #206AA0. Grayscale: #A5A5A5. Windows color (decimal): -2124449 or 6264287. OLE color: 6264287.

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

Color convert

RGB22314995-
CMYK00.330.570.13
HSL25.31º66.67%62.35%-
HSV(B)25.31º57.4%87.45%-
XYZ43.2438.0115.88-
YUV164.9788.52169.39-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 47.75%
GREEN value IS 149 (58.59% from 255) = 31.91%
BLUE value IS 95 (37.5% from 255) = 20.34%
R=47.75%
G=31.91%
B=20.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.57
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231499500.330.570.1325.3166.6762.35
HexDF955F02139D19433e
Octal33722513704171153110376
Binary1101111110010101101111101000011110011101110011000011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF955F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF955F; }

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

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

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

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

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

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

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

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