#D7A169

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

Shades of Porsche #D7A169

Tints of Porsche #D7A169

Color information

#D7A169 (or 0xD7A169) is unknown color: approx Porsche. HEX triplet: D7, A1 and 69. RGB value is (215,161,105). Sum of RGB (Red+Green+Blue) = 215+161+105=481 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.70% from 481); Green value is 161 (63.28% from 255 or 33.47% from 481); Blue value is 105 (41.41% from 255 or 21.83% from 481); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A169 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7A169 is #285E96. Grayscale: #ABABAB. Windows color (decimal): -2645655 or 6922711. OLE color: 6922711.

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

Color convert

RGB215161105-
CMYK00.250.510.16
HSL30.55º57.89%62.75%-
HSV(B)30.55º51.16%84.31%-
XYZ43.3240.9618.99-
YUV170.7690.89159.55-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 44.70%
GREEN value IS 161 (63.28% from 255) = 33.47%
BLUE value IS 105 (41.41% from 255) = 21.83%
R=44.70%
G=33.47%
B=21.83%

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
Decimal21516110500.250.510.1630.5557.8962.75
HexD7A16901933101f3a3f
Octal3272411510316320377277
Binary110101111010000111010010110011100111000011111111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7A169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7A169; }

 p { color: rgb(215,161,105); }

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

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

 a { background-color: rgb(215,161,105); }

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

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

 span { border-color: rgb(215,161,105); }

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