#D9A15C

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

Shades of Porsche #D9A15C

Tints of Porsche #D9A15C

Color information

#D9A15C (or 0xD9A15C) is unknown color: approx Porsche. HEX triplet: D9, A1 and 5C. RGB value is (217,161,92). Sum of RGB (Red+Green+Blue) = 217+161+92=470 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.17% from 470); Green value is 161 (63.28% from 255 or 34.26% from 470); Blue value is 92 (36.33% from 255 or 19.57% from 470); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A15C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9A15C is #265EA3. Grayscale: #AAAAAA. Windows color (decimal): -2514596 or 6070745. OLE color: 6070745.

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

Color convert

RGB21716192-
CMYK00.260.580.15
HSL33.12º62.19%60.59%-
HSV(B)33.12º57.6%85.1%-
XYZ43.2941.0115.76-
YUV169.8884.05161.61-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 46.17%
GREEN value IS 161 (63.28% from 255) = 34.26%
BLUE value IS 92 (36.33% from 255) = 19.57%
R=46.17%
G=34.26%
B=19.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.58
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171619200.260.580.1533.1262.1960.59
HexD9A15C01A3AF213e3d
Octal3312411340327217417675
Binary110110011010000110111000110101110101111100001111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9A15C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9A15C; }

 p { color: rgb(217,161,92); }

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

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

 a { background-color: rgb(217,161,92); }

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

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

 span { border-color: rgb(217,161,92); }

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