#D8A055

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

Shades of Porsche #D8A055

Tints of Porsche #D8A055

Color information

#D8A055 (or 0xD8A055) is unknown color: approx Porsche. HEX triplet: D8, A0 and 55. RGB value is (216,160,85). Sum of RGB (Red+Green+Blue) = 216+160+85=461 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.85% from 461); Green value is 160 (62.89% from 255 or 34.71% from 461); Blue value is 85 (33.59% from 255 or 18.44% from 461); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A055 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8A055 is #275FAA. Grayscale: #A8A8A8. Windows color (decimal): -2580395 or 5611736. OLE color: 5611736.

HSL color Cylindrical-coordinate representation of color #D8A055: hue angle of 34.35º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D8A055 is Cyan = 0, Magento = 0.26, Yellow = 0.61 and Black (K on CMYK) = 0.15.

Color convert

RGB21616085-
CMYK00.260.610.15
HSL34.35º62.68%59.02%-
HSV(B)34.35º60.65%84.71%-
XYZ42.5340.414.15-
YUV168.1981.05162.1-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 46.85%
GREEN value IS 160 (62.89% from 255) = 34.71%
BLUE value IS 85 (33.59% from 255) = 18.44%
R=46.85%
G=34.71%
B=18.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.61
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161608500.260.610.1534.3562.6859.02
HexD8A05501A3DF223f3b
Octal3302401250327517427773
Binary110110001010000010101010110101111011111100010111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8A055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8A055; }

 p { color: rgb(216,160,85); }

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

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

 a { background-color: rgb(216,160,85); }

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

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

 span { border-color: rgb(216,160,85); }

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