#D3A069

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

Shades of Porsche #D3A069

Tints of Porsche #D3A069

Color information

#D3A069 (or 0xD3A069) is unknown color: approx Porsche. HEX triplet: D3, A0 and 69. RGB value is (211,160,105). Sum of RGB (Red+Green+Blue) = 211+160+105=476 (63% of max value = 765). Red value is 211 (82.81% from 255 or 44.33% from 476); Green value is 160 (62.89% from 255 or 33.61% from 476); Blue value is 105 (41.41% from 255 or 22.06% from 476); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A069 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3A069 is #2C5F96. Grayscale: #A9A9A9. Windows color (decimal): -2908055 or 6922451. OLE color: 6922451.

HSL color Cylindrical-coordinate representation of color #D3A069: hue angle of 31.13º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D3A069 is Cyan = 0, Magento = 0.24, Yellow = 0.50 and Black (K on CMYK) = 0.17.

Color convert

RGB211160105-
CMYK00.240.500.17
HSL31.13º54.64%61.96%-
HSV(B)31.13º50.24%82.75%-
XYZ41.9840.0118.87-
YUV168.9891.9157.97-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 44.33%
GREEN value IS 160 (62.89% from 255) = 33.61%
BLUE value IS 105 (41.41% from 255) = 22.06%
R=44.33%
G=33.61%
B=22.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.50
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21116010500.240.500.1731.1354.6461.96
HexD3A06901832111f373e
Octal3232401510306221376776
Binary110100111010000011010010110001100101000111111110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3A069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3A069; }

 p { color: rgb(211,160,105); }

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

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

 a { background-color: rgb(211,160,105); }

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

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

 span { border-color: rgb(211,160,105); }

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