#D9A268

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

Shades of Porsche #D9A268

Tints of Porsche #D9A268

Color information

#D9A268 (or 0xD9A268) is unknown color: approx Porsche. HEX triplet: D9, A2 and 68. RGB value is (217,162,104). Sum of RGB (Red+Green+Blue) = 217+162+104=483 (63% of max value = 765). Red value is 217 (85.16% from 255 or 44.93% from 483); Green value is 162 (63.67% from 255 or 33.54% from 483); Blue value is 104 (41.02% from 255 or 21.53% from 483); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A268 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9A268 is #265D97. Grayscale: #ACACAC. Windows color (decimal): -2514328 or 6857433. OLE color: 6857433.

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

Color convert

RGB217162104-
CMYK00.250.520.15
HSL30.8º59.79%62.94%-
HSV(B)30.8º52.07%85.1%-
XYZ44.0341.5918.8-
YUV171.8389.72160.22-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 44.93%
GREEN value IS 162 (63.67% from 255) = 33.54%
BLUE value IS 104 (41.02% from 255) = 21.53%
R=44.93%
G=33.54%
B=21.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.52
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21716210400.250.520.1530.859.7962.94
HexD9A26801934F1f3c3f
Octal3312421500316417377477
Binary11011001101000101101000011001110100111111111111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9A268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9A268; }

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

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

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

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

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

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

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

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