#D9A468

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

Shades of Porsche #D9A468

Tints of Porsche #D9A468

Color information

#D9A468 (or 0xD9A468) is unknown color: approx Porsche. HEX triplet: D9, A4 and 68. RGB value is (217,164,104). Sum of RGB (Red+Green+Blue) = 217+164+104=485 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.74% from 485); Green value is 164 (64.45% from 255 or 33.81% from 485); Blue value is 104 (41.02% from 255 or 21.44% from 485); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A468 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9A468 is #265B97. Grayscale: #ADADAD. Windows color (decimal): -2513816 or 6857945. OLE color: 6857945.

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

Color convert

RGB217164104-
CMYK00.240.520.15
HSL31.86º59.79%62.94%-
HSV(B)31.86º52.07%85.1%-
XYZ44.3942.318.92-
YUV173.0189.06159.38-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 44.74%
GREEN value IS 164 (64.45% from 255) = 33.81%
BLUE value IS 104 (41.02% from 255) = 21.44%
R=44.74%
G=33.81%
B=21.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.52
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21716410400.240.520.1531.8659.7962.94
HexD9A46801834F203c3f
Octal3312441500306417407477
Binary110110011010010011010000110001101001111100000111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9A468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9A468; }

 p { color: rgb(217,164,104); }

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

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

 a { background-color: rgb(217,164,104); }

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

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

 span { border-color: rgb(217,164,104); }

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