#D6A164

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

Shades of Porsche #D6A164

Tints of Porsche #D6A164

Color information

#D6A164 (or 0xD6A164) is unknown color: approx Porsche. HEX triplet: D6, A1 and 64. RGB value is (214,161,100). Sum of RGB (Red+Green+Blue) = 214+161+100=475 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.05% from 475); Green value is 161 (63.28% from 255 or 33.89% from 475); Blue value is 100 (39.45% from 255 or 21.05% from 475); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A164 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6A164 is #295E9B. Grayscale: #AAAAAA. Windows color (decimal): -2711196 or 6595030. OLE color: 6595030.

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

Color convert

RGB214161100-
CMYK00.250.530.16
HSL32.11º58.16%61.57%-
HSV(B)32.11º53.27%83.92%-
XYZ42.7840.7117.66-
YUV169.8988.56159.46-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 45.05%
GREEN value IS 161 (63.28% from 255) = 33.89%
BLUE value IS 100 (39.45% from 255) = 21.05%
R=45.05%
G=33.89%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.53
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21416110000.250.530.1632.1158.1661.57
HexD6A1640193510203a3e
Octal3262411440316520407276
Binary1101011010100001110010001100111010110000100000111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6A164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6A164; }

 p { color: rgb(214,161,100); }

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

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

 a { background-color: rgb(214,161,100); }

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

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

 span { border-color: rgb(214,161,100); }

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