#D5A068

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

Shades of Porsche #D5A068

Tints of Porsche #D5A068

Color information

#D5A068 (or 0xD5A068) is unknown color: approx Porsche. HEX triplet: D5, A0 and 68. RGB value is (213,160,104). Sum of RGB (Red+Green+Blue) = 213+160+104=477 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.65% from 477); Green value is 160 (62.89% from 255 or 33.54% from 477); Blue value is 104 (41.02% from 255 or 21.80% from 477); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A068 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5A068 is #2A5F97. Grayscale: #A9A9A9. Windows color (decimal): -2776984 or 6856917. OLE color: 6856917.

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

Color convert

RGB213160104-
CMYK00.250.510.16
HSL30.83º56.48%62.16%-
HSV(B)30.83º51.17%83.53%-
XYZ42.5140.2918.63-
YUV169.4691.06159.05-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.65%
GREEN value IS 160 (62.89% from 255) = 33.54%
BLUE value IS 104 (41.02% from 255) = 21.80%
R=44.65%
G=33.54%
B=21.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.51
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21316010400.250.510.1630.8356.4862.16
HexD5A06801933101f383e
Octal3252401500316320377076
Binary110101011010000011010000110011100111000011111111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A068; }

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

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

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

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

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

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

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

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