#D9A258

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

Shades of Porsche #D9A258

Tints of Porsche #D9A258

Color information

#D9A258 (or 0xD9A258) is unknown color: approx Porsche. HEX triplet: D9, A2 and 58. RGB value is (217,162,88). Sum of RGB (Red+Green+Blue) = 217+162+88=467 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.47% from 467); Green value is 162 (63.67% from 255 or 34.69% from 467); Blue value is 88 (34.77% from 255 or 18.84% from 467); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A258 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9A258 is #265DA7. Grayscale: #AAAAAA. Windows color (decimal): -2514344 or 5808857. OLE color: 5808857.

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

Color convert

RGB21716288-
CMYK00.250.590.15
HSL34.42º62.93%59.8%-
HSV(B)34.42º59.45%85.1%-
XYZ43.341.314.92-
YUV170.0181.72161.52-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 46.47%
GREEN value IS 162 (63.67% from 255) = 34.69%
BLUE value IS 88 (34.77% from 255) = 18.84%
R=46.47%
G=34.69%
B=18.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.59
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171628800.250.590.1534.4262.9359.8
HexD9A2580193BF223f3c
Octal3312421300317317427774
Binary110110011010001010110000110011110111111100010111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9A258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9A258; }

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

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

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

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

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

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

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

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