#D9A467

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

Shades of Porsche #D9A467

Tints of Porsche #D9A467

Color information

#D9A467 (or 0xD9A467) is unknown color: approx Porsche. HEX triplet: D9, A4 and 67. RGB value is (217,164,103). Sum of RGB (Red+Green+Blue) = 217+164+103=484 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.83% from 484); Green value is 164 (64.45% from 255 or 33.88% from 484); Blue value is 103 (40.62% from 255 or 21.28% from 484); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A467 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9A467 is #265B98. Grayscale: #ADADAD. Windows color (decimal): -2513817 or 6792409. OLE color: 6792409.

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

Color convert

RGB217164103-
CMYK00.240.530.15
HSL32.11º60%62.75%-
HSV(B)32.11º52.53%85.1%-
XYZ44.3442.2818.66-
YUV172.8988.56159.46-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 44.83%
GREEN value IS 164 (64.45% from 255) = 33.88%
BLUE value IS 103 (40.62% from 255) = 21.28%
R=44.83%
G=33.88%
B=21.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.53
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21716410300.240.530.1532.116062.75
HexD9A46701835F203c3f
Octal3312441470306517407477
Binary110110011010010011001110110001101011111100000111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9A467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9A467; }

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

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

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

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

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

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

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

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