#D9A260

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

Shades of Porsche #D9A260

Tints of Porsche #D9A260

Color information

#D9A260 (or 0xD9A260) is unknown color: approx Porsche. HEX triplet: D9, A2 and 60. RGB value is (217,162,96). Sum of RGB (Red+Green+Blue) = 217+162+96=475 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.68% from 475); Green value is 162 (63.67% from 255 or 34.11% from 475); Blue value is 96 (37.89% from 255 or 20.21% from 475); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A260 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9A260 is #265D9F. Grayscale: #ABABAB. Windows color (decimal): -2514336 or 6333145. OLE color: 6333145.

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

Color convert

RGB21716296-
CMYK00.250.560.15
HSL32.73º61.42%61.37%-
HSV(B)32.73º55.76%85.1%-
XYZ43.6541.4416.76-
YUV170.9285.72160.87-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 45.68%
GREEN value IS 162 (63.67% from 255) = 34.11%
BLUE value IS 96 (37.89% from 255) = 20.21%
R=45.68%
G=34.11%
B=20.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171629600.250.560.1532.7361.4261.37
HexD9A26001938F213d3d
Octal3312421400317017417575
Binary110110011010001011000000110011110001111100001111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9A260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9A260; }

 p { color: rgb(217,162,96); }

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

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

 a { background-color: rgb(217,162,96); }

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

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

 span { border-color: rgb(217,162,96); }

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