#D99F66

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

Shades of Porsche #D99F66

Tints of Porsche #D99F66

Color information

#D99F66 (or 0xD99F66) is unknown color: approx Porsche. HEX triplet: D9, 9F and 66. RGB value is (217,159,102). Sum of RGB (Red+Green+Blue) = 217+159+102=478 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.40% from 478); Green value is 159 (62.5% from 255 or 33.26% from 478); Blue value is 102 (40.23% from 255 or 21.34% from 478); Max value from RGB is 217 - color contains mainly: red. Hex color #D99F66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99F66 is #266099. Grayscale: #AAAAAA. Windows color (decimal): -2515098 or 6725593. OLE color: 6725593.

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

Color convert

RGB217159102-
CMYK00.270.530.15
HSL29.74º60.21%62.55%-
HSV(B)29.74º53%85.1%-
XYZ43.4140.5118.1-
YUV169.8489.72161.63-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 45.40%
GREEN value IS 159 (62.5% from 255) = 33.26%
BLUE value IS 102 (40.23% from 255) = 21.34%
R=45.40%
G=33.26%
B=21.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.53
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21715910200.270.530.1529.7460.2162.55
HexD99F6601B35F1e3c3f
Octal3312371460336517367477
Binary11011001100111111100110011011110101111111110111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99F66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99F66; }

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

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

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

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

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

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

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

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