#D9A35F

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

Shades of Porsche #D9A35F

Tints of Porsche #D9A35F

Color information

#D9A35F (or 0xD9A35F) is unknown color: approx Porsche. HEX triplet: D9, A3 and 5F. RGB value is (217,163,95). Sum of RGB (Red+Green+Blue) = 217+163+95=475 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.68% from 475); Green value is 163 (64.06% from 255 or 34.32% from 475); Blue value is 95 (37.5% from 255 or 20% from 475); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A35F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9A35F is #265CA0. Grayscale: #ABABAB. Windows color (decimal): -2514081 or 6267865. OLE color: 6267865.

HSL color Cylindrical-coordinate representation of color #D9A35F: hue angle of 33.44º degrees, saturation: 0.62, 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 #D9A35F is Cyan = 0, Magento = 0.25, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB21716395-
CMYK00.250.560.15
HSL33.44º61.62%61.18%-
HSV(B)33.44º56.22%85.1%-
XYZ43.7841.7716.58-
YUV171.3984.89160.53-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 45.68%
GREEN value IS 163 (64.06% from 255) = 34.32%
BLUE value IS 95 (37.5% from 255) = 20%
R=45.68%
G=34.32%
B=20%

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
Decimal2171639500.250.560.1533.4461.6261.18
HexD9A35F01938F213e3d
Octal3312431370317017417675
Binary110110011010001110111110110011110001111100001111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9A35F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9A35F; }

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

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

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

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

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

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

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

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