#D9A465

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

Shades of Porsche #D9A465

Tints of Porsche #D9A465

Color information

#D9A465 (or 0xD9A465) is unknown color: approx Porsche. HEX triplet: D9, A4 and 65. RGB value is (217,164,101). Sum of RGB (Red+Green+Blue) = 217+164+101=482 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.02% from 482); Green value is 164 (64.45% from 255 or 34.02% from 482); Blue value is 101 (39.84% from 255 or 20.95% from 482); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A465 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9A465 is #265B9A. Grayscale: #ACACAC. Windows color (decimal): -2513819 or 6661337. OLE color: 6661337.

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

Color convert

RGB217164101-
CMYK00.240.530.15
HSL32.59º60.42%62.35%-
HSV(B)32.59º53.46%85.1%-
XYZ44.2442.2418.13-
YUV172.6787.56159.62-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 45.02%
GREEN value IS 164 (64.45% from 255) = 34.02%
BLUE value IS 101 (39.84% from 255) = 20.95%
R=45.02%
G=34.02%
B=20.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.53
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21716410100.240.530.1532.5960.4262.35
HexD9A46501835F213c3e
Octal3312441450306517417476
Binary110110011010010011001010110001101011111100001111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9A465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9A465; }

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

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

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

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

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

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

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

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