#D9A26D

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

Shades of Porsche #D9A26D

Tints of Porsche #D9A26D

Color information

#D9A26D (or 0xD9A26D) is unknown color: approx Porsche. HEX triplet: D9, A2 and 6D. RGB value is (217,162,109). Sum of RGB (Red+Green+Blue) = 217+162+109=488 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.47% from 488); Green value is 162 (63.67% from 255 or 33.20% from 488); Blue value is 109 (42.97% from 255 or 22.34% from 488); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A26D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9A26D is #265D92. Grayscale: #ACACAC. Windows color (decimal): -2514323 or 7185113. OLE color: 7185113.

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

Color convert

RGB217162109-
CMYK00.250.500.15
HSL29.44º58.7%63.92%-
HSV(B)29.44º49.77%85.1%-
XYZ44.341.720.18-
YUV172.492.22159.81-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 44.47%
GREEN value IS 162 (63.67% from 255) = 33.20%
BLUE value IS 109 (42.97% from 255) = 22.34%
R=44.47%
G=33.20%
B=22.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.50
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21716210900.250.500.1529.4458.763.92
HexD9A26D01932F1d3b40
Octal33124215503162173573100
Binary110110011010001011011010110011100101111111011110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9A26D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9A26D; }

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

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

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

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

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

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

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

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