#D99A5A

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

Shades of Porsche #D99A5A

Tints of Porsche #D99A5A

Color information

#D99A5A (or 0xD99A5A) is unknown color: approx Porsche. HEX triplet: D9, 9A and 5A. RGB value is (217,154,90). Sum of RGB (Red+Green+Blue) = 217+154+90=461 (61% of max value = 765). Red value is 217 (85.16% from 255 or 47.07% from 461); Green value is 154 (60.55% from 255 or 33.41% from 461); Blue value is 90 (35.55% from 255 or 19.52% from 461); Max value from RGB is 217 - color contains mainly: red. Hex color #D99A5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99A5A is #2665A5. Grayscale: #A5A5A5. Windows color (decimal): -2516390 or 5937881. OLE color: 5937881.

HSL color Cylindrical-coordinate representation of color #D99A5A: hue angle of 30.24º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D99A5A is Cyan = 0, Magento = 0.29, Yellow = 0.59 and Black (K on CMYK) = 0.15.

Color convert

RGB21715490-
CMYK00.290.590.15
HSL30.24º62.56%60.2%-
HSV(B)30.24º58.53%85.1%-
XYZ42.0238.614.91-
YUV165.5485.37164.7-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 47.07%
GREEN value IS 154 (60.55% from 255) = 33.41%
BLUE value IS 90 (35.55% from 255) = 19.52%
R=47.07%
G=33.41%
B=19.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.59
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171549000.290.590.1530.2462.5660.2
HexD99A5A01D3BF1e3f3c
Octal3312321320357317367774
Binary11011001100110101011010011101111011111111110111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99A5A; }

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

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

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

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

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

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

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

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