#D99960

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

Shades of Porsche #D99960

Tints of Porsche #D99960

Color information

#D99960 (or 0xD99960) is unknown color: approx Porsche. HEX triplet: D9, 99 and 60. RGB value is (217,153,96). Sum of RGB (Red+Green+Blue) = 217+153+96=466 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.57% from 466); Green value is 153 (60.16% from 255 or 32.83% from 466); Blue value is 96 (37.89% from 255 or 20.60% from 466); Max value from RGB is 217 - color contains mainly: red. Hex color #D99960 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99960 is #26669F. Grayscale: #A5A5A5. Windows color (decimal): -2516640 or 6330841. OLE color: 6330841.

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

Color convert

RGB21715396-
CMYK00.290.560.15
HSL28.26º61.42%61.37%-
HSV(B)28.26º55.76%85.1%-
XYZ42.1238.3816.25-
YUV165.6488.7164.63-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 46.57%
GREEN value IS 153 (60.16% from 255) = 32.83%
BLUE value IS 96 (37.89% from 255) = 20.60%
R=46.57%
G=32.83%
B=20.60%

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
Decimal2171539600.290.560.1528.2661.4261.37
HexD9996001D38F1c3d3d
Octal3312311400357017347575
Binary11011001100110011100000011101111000111111100111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99960; }

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

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

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

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

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

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

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

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