#D99D5F

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

Shades of Porsche #D99D5F

Tints of Porsche #D99D5F

Color information

#D99D5F (or 0xD99D5F) is unknown color: approx Porsche. HEX triplet: D9, 9D and 5F. RGB value is (217,157,95). Sum of RGB (Red+Green+Blue) = 217+157+95=469 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.27% from 469); Green value is 157 (61.72% from 255 or 33.48% from 469); Blue value is 95 (37.5% from 255 or 20.26% from 469); Max value from RGB is 217 - color contains mainly: red. Hex color #D99D5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99D5F is #2662A0. Grayscale: #A8A8A8. Windows color (decimal): -2515617 or 6266329. OLE color: 6266329.

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

Color convert

RGB21715795-
CMYK00.280.560.15
HSL30.49º61.62%61.18%-
HSV(B)30.49º56.22%85.1%-
XYZ42.7439.6916.24-
YUV167.8786.88163.04-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 46.27%
GREEN value IS 157 (61.72% from 255) = 33.48%
BLUE value IS 95 (37.5% from 255) = 20.26%
R=46.27%
G=33.48%
B=20.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171579500.280.560.1530.4961.6261.18
HexD99D5F01C38F1e3e3d
Octal3312351370347017367675
Binary11011001100111011011111011100111000111111110111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99D5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99D5F; }

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

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

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

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

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

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

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

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