#D99E5D

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

Shades of Porsche #D99E5D

Tints of Porsche #D99E5D

Color information

#D99E5D (or 0xD99E5D) is unknown color: approx Porsche. HEX triplet: D9, 9E and 5D. RGB value is (217,158,93). Sum of RGB (Red+Green+Blue) = 217+158+93=468 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.37% from 468); Green value is 158 (62.11% from 255 or 33.76% from 468); Blue value is 93 (36.72% from 255 or 19.87% from 468); Max value from RGB is 217 - color contains mainly: red. Hex color #D99E5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99E5D is #2661A2. Grayscale: #A8A8A8. Windows color (decimal): -2515363 or 6135513. OLE color: 6135513.

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

Color convert

RGB21715893-
CMYK00.270.570.15
HSL31.45º62%60.78%-
HSV(B)31.45º57.14%85.1%-
XYZ42.824015.82-
YUV168.2385.55162.79-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 46.37%
GREEN value IS 158 (62.11% from 255) = 33.76%
BLUE value IS 93 (36.72% from 255) = 19.87%
R=46.37%
G=33.76%
B=19.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.57
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171589300.270.570.1531.456260.78
HexD99E5D01B39F1f3e3d
Octal3312361350337117377675
Binary11011001100111101011101011011111001111111111111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99E5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99E5D; }

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

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

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

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

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

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

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

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