#D99A5D

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

Shades of Porsche #D99A5D

Tints of Porsche #D99A5D

Color information

#D99A5D (or 0xD99A5D) is unknown color: approx Porsche. HEX triplet: D9, 9A and 5D. RGB value is (217,154,93). Sum of RGB (Red+Green+Blue) = 217+154+93=464 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.77% from 464); Green value is 154 (60.55% from 255 or 33.19% from 464); Blue value is 93 (36.72% from 255 or 20.04% from 464); Max value from RGB is 217 - color contains mainly: red. Hex color #D99A5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99A5D is #2665A2. Grayscale: #A6A6A6. Windows color (decimal): -2516387 or 6134489. OLE color: 6134489.

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

Color convert

RGB21715493-
CMYK00.290.570.15
HSL29.52º62%60.78%-
HSV(B)29.52º57.14%85.1%-
XYZ42.1538.6515.6-
YUV165.8886.87164.46-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 46.77%
GREEN value IS 154 (60.55% from 255) = 33.19%
BLUE value IS 93 (36.72% from 255) = 20.04%
R=46.77%
G=33.19%
B=20.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.57
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171549300.290.570.1529.526260.78
HexD99A5D01D39F1e3e3d
Octal3312321350357117367675
Binary11011001100110101011101011101111001111111110111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99A5D; }

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

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

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

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

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

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

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

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