#D5A061

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

Shades of Porsche #D5A061

Tints of Porsche #D5A061

Color information

#D5A061 (or 0xD5A061) is unknown color: approx Porsche. HEX triplet: D5, A0 and 61. RGB value is (213,160,97). Sum of RGB (Red+Green+Blue) = 213+160+97=470 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.32% from 470); Green value is 160 (62.89% from 255 or 34.04% from 470); Blue value is 97 (38.28% from 255 or 20.64% from 470); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A061 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5A061 is #2A5F9E. Grayscale: #A8A8A8. Windows color (decimal): -2776991 or 6398165. OLE color: 6398165.

HSL color Cylindrical-coordinate representation of color #D5A061: hue angle of 32.59º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D5A061 is Cyan = 0, Magento = 0.25, Yellow = 0.54 and Black (K on CMYK) = 0.16.

Color convert

RGB21316097-
CMYK00.250.540.16
HSL32.59º58%60.78%-
HSV(B)32.59º54.46%83.53%-
XYZ42.1740.1516.84-
YUV168.6687.56159.62-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 45.32%
GREEN value IS 160 (62.89% from 255) = 34.04%
BLUE value IS 97 (38.28% from 255) = 20.64%
R=45.32%
G=34.04%
B=20.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.54
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131609700.250.540.1632.595860.78
HexD5A0610193610213a3d
Octal3252401410316620417275
Binary1101010110100000110000101100111011010000100001111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A061; }

 p { color: rgb(213,160,97); }

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

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

 a { background-color: rgb(213,160,97); }

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

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

 span { border-color: rgb(213,160,97); }

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