#D99A64

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

Shades of Porsche #D99A64

Tints of Porsche #D99A64

Color information

#D99A64 (or 0xD99A64) is unknown color: approx Porsche. HEX triplet: D9, 9A and 64. RGB value is (217,154,100). Sum of RGB (Red+Green+Blue) = 217+154+100=471 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.07% from 471); Green value is 154 (60.55% from 255 or 32.70% from 471); Blue value is 100 (39.45% from 255 or 21.23% from 471); Max value from RGB is 217 - color contains mainly: red. Hex color #D99A64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99A64 is #26659B. Grayscale: #A6A6A6. Windows color (decimal): -2516380 or 6593241. OLE color: 6593241.

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

Color convert

RGB217154100-
CMYK00.290.540.15
HSL27.69º60.62%62.16%-
HSV(B)27.69º53.92%85.1%-
XYZ42.4738.7817.3-
YUV166.6890.37163.89-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 46.07%
GREEN value IS 154 (60.55% from 255) = 32.70%
BLUE value IS 100 (39.45% from 255) = 21.23%
R=46.07%
G=32.70%
B=21.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.54
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21715410000.290.540.1527.6960.6262.16
HexD99A6401D36F1c3d3e
Octal3312321440356617347576
Binary11011001100110101100100011101110110111111100111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99A64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99A64; }

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

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

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

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

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

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

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

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