#D8A165

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

Shades of Porsche #D8A165

Tints of Porsche #D8A165

Color information

#D8A165 (or 0xD8A165) is unknown color: approx Porsche. HEX triplet: D8, A1 and 65. RGB value is (216,161,101). Sum of RGB (Red+Green+Blue) = 216+161+101=478 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.19% from 478); Green value is 161 (63.28% from 255 or 33.68% from 478); Blue value is 101 (39.84% from 255 or 21.13% from 478); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A165 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8A165 is #275E9A. Grayscale: #AAAAAA. Windows color (decimal): -2580123 or 6660568. OLE color: 6660568.

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

Color convert

RGB216161101-
CMYK00.250.530.15
HSL31.3º59.59%62.16%-
HSV(B)31.3º53.24%84.71%-
XYZ43.4141.0317.94-
YUV170.688.72160.38-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 45.19%
GREEN value IS 161 (63.28% from 255) = 33.68%
BLUE value IS 101 (39.84% from 255) = 21.13%
R=45.19%
G=33.68%
B=21.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.53
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21616110100.250.530.1531.359.5962.16
HexD8A16501935F1f3c3e
Octal3302411450316517377476
Binary11011000101000011100101011001110101111111111111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8A165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8A165; }

 p { color: rgb(216,161,101); }

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

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

 a { background-color: rgb(216,161,101); }

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

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

 span { border-color: rgb(216,161,101); }

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