#D29C5E

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

Shades of Porsche #D29C5E

Tints of Porsche #D29C5E

Color information

#D29C5E (or 0xD29C5E) is unknown color: approx Porsche. HEX triplet: D2, 9C and 5E. RGB value is (210,156,94). Sum of RGB (Red+Green+Blue) = 210+156+94=460 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.65% from 460); Green value is 156 (61.33% from 255 or 33.91% from 460); Blue value is 94 (37.11% from 255 or 20.43% from 460); Max value from RGB is 210 - color contains mainly: red. Hex color #D29C5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29C5E is #2D63A1. Grayscale: #A5A5A5. Windows color (decimal): -2974626 or 6200530. OLE color: 6200530.

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

Color convert

RGB21015694-
CMYK00.260.550.18
HSL32.07º56.31%59.61%-
HSV(B)32.07º55.24%82.35%-
XYZ40.4938.2915.85-
YUV165.0887.89160.04-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 45.65%
GREEN value IS 156 (61.33% from 255) = 33.91%
BLUE value IS 94 (37.11% from 255) = 20.43%
R=45.65%
G=33.91%
B=20.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.55
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101569400.260.550.1832.0756.3159.61
HexD29C5E01A371220383c
Octal3222341360326722407074
Binary1101001010011100101111001101011011110010100000111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29C5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29C5E; }

 p { color: rgb(210,156,94); }

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

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

 a { background-color: rgb(210,156,94); }

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

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

 span { border-color: rgb(210,156,94); }

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