#D9995F

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

Shades of Porsche #D9995F

Tints of Porsche #D9995F

Color information

#D9995F (or 0xD9995F) is unknown color: approx Porsche. HEX triplet: D9, 99 and 5F. RGB value is (217,153,95). Sum of RGB (Red+Green+Blue) = 217+153+95=465 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.67% from 465); Green value is 153 (60.16% from 255 or 32.90% from 465); Blue value is 95 (37.5% from 255 or 20.43% from 465); Max value from RGB is 217 - color contains mainly: red. Hex color #D9995F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9995F is #2666A0. Grayscale: #A5A5A5. Windows color (decimal): -2516641 or 6265305. OLE color: 6265305.

HSL color Cylindrical-coordinate representation of color #D9995F: hue angle of 28.52º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D9995F is Cyan = 0, Magento = 0.29, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB21715395-
CMYK00.290.560.15
HSL28.52º61.62%61.18%-
HSV(B)28.52º56.22%85.1%-
XYZ42.0738.3616.01-
YUV165.5288.2164.72-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 46.67%
GREEN value IS 153 (60.16% from 255) = 32.90%
BLUE value IS 95 (37.5% from 255) = 20.43%
R=46.67%
G=32.90%
B=20.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171539500.290.560.1528.5261.6261.18
HexD9995F01D38F1d3e3d
Octal3312311370357017357675
Binary11011001100110011011111011101111000111111101111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9995F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9995F; }

 p { color: rgb(217,153,95); }

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

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

 a { background-color: rgb(217,153,95); }

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

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

 span { border-color: rgb(217,153,95); }

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