#D99C5F

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

Shades of Porsche #D99C5F

Tints of Porsche #D99C5F

Color information

#D99C5F (or 0xD99C5F) is unknown color: approx Porsche. HEX triplet: D9, 9C and 5F. RGB value is (217,156,95). Sum of RGB (Red+Green+Blue) = 217+156+95=468 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.37% from 468); Green value is 156 (61.33% from 255 or 33.33% from 468); Blue value is 95 (37.5% from 255 or 20.30% from 468); Max value from RGB is 217 - color contains mainly: red. Hex color #D99C5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99C5F is #2663A0. Grayscale: #A7A7A7. Windows color (decimal): -2515873 or 6266073. OLE color: 6266073.

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

Color convert

RGB21715695-
CMYK00.280.560.15
HSL30º61.62%61.18%-
HSV(B)30º56.22%85.1%-
XYZ42.5739.3516.18-
YUV167.2887.21163.46-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 46.37%
GREEN value IS 156 (61.33% from 255) = 33.33%
BLUE value IS 95 (37.5% from 255) = 20.30%
R=46.37%
G=33.33%
B=20.30%

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
Decimal2171569500.280.560.153061.6261.18
HexD99C5F01C38F1e3e3d
Octal3312341370347017367675
Binary11011001100111001011111011100111000111111110111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99C5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99C5F; }

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

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

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

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

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

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

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

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