#D9A464

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

Shades of Porsche #D9A464

Tints of Porsche #D9A464

Color information

#D9A464 (or 0xD9A464) is unknown color: approx Porsche. HEX triplet: D9, A4 and 64. RGB value is (217,164,100). Sum of RGB (Red+Green+Blue) = 217+164+100=481 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.11% from 481); Green value is 164 (64.45% from 255 or 34.10% from 481); Blue value is 100 (39.45% from 255 or 20.79% from 481); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A464 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9A464 is #265B9B. Grayscale: #ACACAC. Windows color (decimal): -2513820 or 6595801. OLE color: 6595801.

HSL color Cylindrical-coordinate representation of color #D9A464: hue angle of 32.82º 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 #D9A464 is Cyan = 0, Magento = 0.24, Yellow = 0.54 and Black (K on CMYK) = 0.15.

Color convert

RGB217164100-
CMYK00.240.540.15
HSL32.82º60.62%62.16%-
HSV(B)32.82º53.92%85.1%-
XYZ44.1942.2217.88-
YUV172.5587.06159.7-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 45.11%
GREEN value IS 164 (64.45% from 255) = 34.10%
BLUE value IS 100 (39.45% from 255) = 20.79%
R=45.11%
G=34.10%
B=20.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.54
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21716410000.240.540.1532.8260.6262.16
HexD9A46401836F213d3e
Octal3312441440306617417576
Binary110110011010010011001000110001101101111100001111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9A464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9A464; }

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

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

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

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

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

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

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

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