#D99A5C

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

Shades of Porsche #D99A5C

Tints of Porsche #D99A5C

Color information

#D99A5C (or 0xD99A5C) is unknown color: approx Porsche. HEX triplet: D9, 9A and 5C. RGB value is (217,154,92). Sum of RGB (Red+Green+Blue) = 217+154+92=463 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.87% from 463); Green value is 154 (60.55% from 255 or 33.26% from 463); Blue value is 92 (36.33% from 255 or 19.87% from 463); Max value from RGB is 217 - color contains mainly: red. Hex color #D99A5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99A5C is #2665A3. Grayscale: #A6A6A6. Windows color (decimal): -2516388 or 6068953. OLE color: 6068953.

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

Color convert

RGB21715492-
CMYK00.290.580.15
HSL29.76º62.19%60.59%-
HSV(B)29.76º57.6%85.1%-
XYZ42.138.6415.36-
YUV165.7786.37164.54-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 46.87%
GREEN value IS 154 (60.55% from 255) = 33.26%
BLUE value IS 92 (36.33% from 255) = 19.87%
R=46.87%
G=33.26%
B=19.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.58
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171549200.290.580.1529.7662.1960.59
HexD99A5C01D3AF1e3e3d
Octal3312321340357217367675
Binary11011001100110101011100011101111010111111110111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99A5C; }

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

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

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

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

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

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

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

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