#D5A16C

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

Shades of Porsche #D5A16C

Tints of Porsche #D5A16C

Color information

#D5A16C (or 0xD5A16C) is unknown color: approx Porsche. HEX triplet: D5, A1 and 6C. RGB value is (213,161,108). Sum of RGB (Red+Green+Blue) = 213+161+108=482 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.19% from 482); Green value is 161 (63.28% from 255 or 33.40% from 482); Blue value is 108 (42.58% from 255 or 22.41% from 482); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A16C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5A16C is #2A5E93. Grayscale: #AAAAAA. Windows color (decimal): -2776724 or 7119317. OLE color: 7119317.

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

Color convert

RGB213161108-
CMYK00.240.490.16
HSL30.29º55.56%62.94%-
HSV(B)30.29º49.3%83.53%-
XYZ42.8940.7219.79-
YUV170.5192.73158.31-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.19%
GREEN value IS 161 (63.28% from 255) = 33.40%
BLUE value IS 108 (42.58% from 255) = 22.41%
R=44.19%
G=33.40%
B=22.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.49
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21316110800.240.490.1630.2955.5662.94
HexD5A16C01831101e383f
Octal3252411540306120367077
Binary110101011010000111011000110001100011000011110111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A16C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A16C; }

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

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

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

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

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

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

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

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