#D99C5D

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

Shades of Porsche #D99C5D

Tints of Porsche #D99C5D

Color information

#D99C5D (or 0xD99C5D) is unknown color: approx Porsche. HEX triplet: D9, 9C and 5D. RGB value is (217,156,93). Sum of RGB (Red+Green+Blue) = 217+156+93=466 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.57% from 466); Green value is 156 (61.33% from 255 or 33.48% from 466); Blue value is 93 (36.72% from 255 or 19.96% from 466); Max value from RGB is 217 - color contains mainly: red. Hex color #D99C5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99C5D is #2663A2. Grayscale: #A7A7A7. Windows color (decimal): -2515875 or 6135001. OLE color: 6135001.

HSL color Cylindrical-coordinate representation of color #D99C5D: hue angle of 30.48º 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 #D99C5D is Cyan = 0, Magento = 0.28, Yellow = 0.57 and Black (K on CMYK) = 0.15.

Color convert

RGB21715693-
CMYK00.280.570.15
HSL30.48º62%60.78%-
HSV(B)30.48º57.14%85.1%-
XYZ42.4839.3215.71-
YUV167.0686.21163.62-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 46.57%
GREEN value IS 156 (61.33% from 255) = 33.48%
BLUE value IS 93 (36.72% from 255) = 19.96%
R=46.57%
G=33.48%
B=19.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.57
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171569300.280.570.1530.486260.78
HexD99C5D01C39F1e3e3d
Octal3312341350347117367675
Binary11011001100111001011101011100111001111111110111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99C5D; }

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

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

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

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

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

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

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

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