#D9A35B

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

Shades of Porsche #D9A35B

Tints of Porsche #D9A35B

Color information

#D9A35B (or 0xD9A35B) is unknown color: approx Porsche. HEX triplet: D9, A3 and 5B. RGB value is (217,163,91). Sum of RGB (Red+Green+Blue) = 217+163+91=471 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.07% from 471); Green value is 163 (64.06% from 255 or 34.61% from 471); Blue value is 91 (35.94% from 255 or 19.32% from 471); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A35B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9A35B is #265CA4. Grayscale: #ABABAB. Windows color (decimal): -2514085 or 6005721. OLE color: 6005721.

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

Color convert

RGB21716391-
CMYK00.250.580.15
HSL34.29º62.38%60.39%-
HSV(B)34.29º58.06%85.1%-
XYZ43.641.715.65-
YUV170.9482.89160.85-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 46.07%
GREEN value IS 163 (64.06% from 255) = 34.61%
BLUE value IS 91 (35.94% from 255) = 19.32%
R=46.07%
G=34.61%
B=19.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.58
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171639100.250.580.1534.2962.3860.39
HexD9A35B0193AF223e3c
Octal3312431330317217427674
Binary110110011010001110110110110011110101111100010111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9A35B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9A35B; }

 p { color: rgb(217,163,91); }

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

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

 a { background-color: rgb(217,163,91); }

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

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

 span { border-color: rgb(217,163,91); }

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