#D99C64

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

Shades of Porsche #D99C64

Tints of Porsche #D99C64

Color information

#D99C64 (or 0xD99C64) is unknown color: approx Porsche. HEX triplet: D9, 9C and 64. RGB value is (217,156,100). Sum of RGB (Red+Green+Blue) = 217+156+100=473 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.88% from 473); Green value is 156 (61.33% from 255 or 32.98% from 473); Blue value is 100 (39.45% from 255 or 21.14% from 473); Max value from RGB is 217 - color contains mainly: red. Hex color #D99C64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99C64 is #26639B. Grayscale: #A8A8A8. Windows color (decimal): -2515868 or 6593753. OLE color: 6593753.

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

Color convert

RGB217156100-
CMYK00.280.540.15
HSL28.72º60.62%62.16%-
HSV(B)28.72º53.92%85.1%-
XYZ42.839.4517.41-
YUV167.8689.71163.05-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 45.88%
GREEN value IS 156 (61.33% from 255) = 32.98%
BLUE value IS 100 (39.45% from 255) = 21.14%
R=45.88%
G=32.98%
B=21.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.54
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21715610000.280.540.1528.7260.6262.16
HexD99C6401C36F1d3d3e
Octal3312341440346617357576
Binary11011001100111001100100011100110110111111101111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99C64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99C64; }

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

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

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

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

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

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

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

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