#D99F5B

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

Shades of Porsche #D99F5B

Tints of Porsche #D99F5B

Color information

#D99F5B (or 0xD99F5B) is unknown color: approx Porsche. HEX triplet: D9, 9F and 5B. RGB value is (217,159,91). Sum of RGB (Red+Green+Blue) = 217+159+91=467 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.47% from 467); Green value is 159 (62.5% from 255 or 34.05% from 467); Blue value is 91 (35.94% from 255 or 19.49% from 467); Max value from RGB is 217 - color contains mainly: red. Hex color #D99F5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99F5B is #2660A4. Grayscale: #A8A8A8. Windows color (decimal): -2515109 or 6004697. OLE color: 6004697.

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

Color convert

RGB21715991-
CMYK00.270.580.15
HSL32.38º62.38%60.39%-
HSV(B)32.38º58.06%85.1%-
XYZ42.940.315.42-
YUV168.5984.22162.53-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 46.47%
GREEN value IS 159 (62.5% from 255) = 34.05%
BLUE value IS 91 (35.94% from 255) = 19.49%
R=46.47%
G=34.05%
B=19.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.58
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171599100.270.580.1532.3862.3860.39
HexD99F5B01B3AF203e3c
Octal3312371330337217407674
Binary110110011001111110110110110111110101111100000111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99F5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99F5B; }

 p { color: rgb(217,159,91); }

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

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

 a { background-color: rgb(217,159,91); }

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

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

 span { border-color: rgb(217,159,91); }

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