#D5A168

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

Shades of Porsche #D5A168

Tints of Porsche #D5A168

Color information

#D5A168 (or 0xD5A168) is unknown color: approx Porsche. HEX triplet: D5, A1 and 68. RGB value is (213,161,104). Sum of RGB (Red+Green+Blue) = 213+161+104=478 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.56% from 478); Green value is 161 (63.28% from 255 or 33.68% from 478); Blue value is 104 (41.02% from 255 or 21.76% from 478); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A168 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5A168 is #2A5E97. Grayscale: #AAAAAA. Windows color (decimal): -2776728 or 6857173. OLE color: 6857173.

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

Color convert

RGB213161104-
CMYK00.240.510.16
HSL31.38º56.48%62.16%-
HSV(B)31.38º51.17%83.53%-
XYZ42.6840.6418.69-
YUV170.0590.73158.63-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.56%
GREEN value IS 161 (63.28% from 255) = 33.68%
BLUE value IS 104 (41.02% from 255) = 21.76%
R=44.56%
G=33.68%
B=21.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.51
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21316110400.240.510.1631.3856.4862.16
HexD5A16801833101f383e
Octal3252411500306320377076
Binary110101011010000111010000110001100111000011111111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A168; }

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

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

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

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

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

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

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

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