#D99E63

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

Shades of Porsche #D99E63

Tints of Porsche #D99E63

Color information

#D99E63 (or 0xD99E63) is unknown color: approx Porsche. HEX triplet: D9, 9E and 63. RGB value is (217,158,99). Sum of RGB (Red+Green+Blue) = 217+158+99=474 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.78% from 474); Green value is 158 (62.11% from 255 or 33.33% from 474); Blue value is 99 (39.06% from 255 or 20.89% from 474); Max value from RGB is 217 - color contains mainly: red. Hex color #D99E63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99E63 is #26619C. Grayscale: #A9A9A9. Windows color (decimal): -2515357 or 6528729. OLE color: 6528729.

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

Color convert

RGB21715899-
CMYK00.270.540.15
HSL30º60.82%61.96%-
HSV(B)30º54.38%85.1%-
XYZ43.0940.1117.27-
YUV168.9288.55162.3-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 45.78%
GREEN value IS 158 (62.11% from 255) = 33.33%
BLUE value IS 99 (39.06% from 255) = 20.89%
R=45.78%
G=33.33%
B=20.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.54
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171589900.270.540.153060.8261.96
HexD99E6301B36F1e3d3e
Octal3312361430336617367576
Binary11011001100111101100011011011110110111111110111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99E63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99E63; }

 p { color: rgb(217,158,99); }

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

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

 a { background-color: rgb(217,158,99); }

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

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

 span { border-color: rgb(217,158,99); }

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