#D29D63

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

Shades of Porsche #D29D63

Tints of Porsche #D29D63

Color information

#D29D63 (or 0xD29D63) is unknown color: approx Porsche. HEX triplet: D2, 9D and 63. RGB value is (210,157,99). Sum of RGB (Red+Green+Blue) = 210+157+99=466 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.06% from 466); Green value is 157 (61.72% from 255 or 33.69% from 466); Blue value is 99 (39.06% from 255 or 21.24% from 466); Max value from RGB is 210 - color contains mainly: red. Hex color #D29D63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29D63 is #2D629C. Grayscale: #A6A6A6. Windows color (decimal): -2974365 or 6528466. OLE color: 6528466.

HSL color Cylindrical-coordinate representation of color #D29D63: hue angle of 31.35º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D29D63 is Cyan = 0, Magento = 0.25, Yellow = 0.53 and Black (K on CMYK) = 0.18.

Color convert

RGB21015799-
CMYK00.250.530.18
HSL31.35º55.22%60.59%-
HSV(B)31.35º52.86%82.35%-
XYZ40.8938.7217.12-
YUV166.2490.06159.22-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 45.06%
GREEN value IS 157 (61.72% from 255) = 33.69%
BLUE value IS 99 (39.06% from 255) = 21.24%
R=45.06%
G=33.69%
B=21.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.53
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101579900.250.530.1831.3555.2260.59
HexD29D6301935121f373d
Octal3222351430316522376775
Binary110100101001110111000110110011101011001011111110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29D63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29D63; }

 p { color: rgb(210,157,99); }

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

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

 a { background-color: rgb(210,157,99); }

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

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

 span { border-color: rgb(210,157,99); }

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