#D49C51

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

Shades of Porsche #D49C51

Tints of Porsche #D49C51

Color information

#D49C51 (or 0xD49C51) is unknown color: approx Porsche. HEX triplet: D4, 9C and 51. RGB value is (212,156,81). Sum of RGB (Red+Green+Blue) = 212+156+81=449 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.22% from 449); Green value is 156 (61.33% from 255 or 34.74% from 449); Blue value is 81 (32.03% from 255 or 18.04% from 449); Max value from RGB is 212 - color contains mainly: red. Hex color #D49C51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49C51 is #2B63AE. Grayscale: #A4A4A4. Windows color (decimal): -2843567 or 5348564. OLE color: 5348564.

HSL color Cylindrical-coordinate representation of color #D49C51: hue angle of 34.35º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D49C51 is Cyan = 0, Magento = 0.26, Yellow = 0.62 and Black (K on CMYK) = 0.17.

Color convert

RGB21215681-
CMYK00.260.620.17
HSL34.35º60.37%57.45%-
HSV(B)34.35º61.79%83.14%-
XYZ40.5338.3713.05-
YUV164.1981.05162.1-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 47.22%
GREEN value IS 156 (61.33% from 255) = 34.74%
BLUE value IS 81 (32.03% from 255) = 18.04%
R=47.22%
G=34.74%
B=18.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.62
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121568100.260.620.1734.3560.3757.45
HexD49C5101A3E11223c39
Octal3242341210327621427471
Binary1101010010011100101000101101011111010001100010111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49C51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49C51; }

 p { color: rgb(212,156,81); }

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

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

 a { background-color: rgb(212,156,81); }

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

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

 span { border-color: rgb(212,156,81); }

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