#D9995D

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

Shades of Porsche #D9995D

Tints of Porsche #D9995D

Color information

#D9995D (or 0xD9995D) is unknown color: approx Porsche. HEX triplet: D9, 99 and 5D. RGB value is (217,153,93). Sum of RGB (Red+Green+Blue) = 217+153+93=463 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.87% from 463); Green value is 153 (60.16% from 255 or 33.05% from 463); Blue value is 93 (36.72% from 255 or 20.09% from 463); Max value from RGB is 217 - color contains mainly: red. Hex color #D9995D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9995D is #2666A2. Grayscale: #A5A5A5. Windows color (decimal): -2516643 or 6134233. OLE color: 6134233.

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

Color convert

RGB21715393-
CMYK00.290.570.15
HSL29.03º62%60.78%-
HSV(B)29.03º57.14%85.1%-
XYZ41.9838.3215.54-
YUV165.387.2164.88-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 46.87%
GREEN value IS 153 (60.16% from 255) = 33.05%
BLUE value IS 93 (36.72% from 255) = 20.09%
R=46.87%
G=33.05%
B=20.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.57
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171539300.290.570.1529.036260.78
HexD9995D01D39F1d3e3d
Octal3312311350357117357675
Binary11011001100110011011101011101111001111111101111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9995D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9995D; }

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

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

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

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

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

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

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

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