#D49E54

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

Shades of Porsche #D49E54

Tints of Porsche #D49E54

Color information

#D49E54 (or 0xD49E54) is unknown color: approx Porsche. HEX triplet: D4, 9E and 54. RGB value is (212,158,84). Sum of RGB (Red+Green+Blue) = 212+158+84=454 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.70% from 454); Green value is 158 (62.11% from 255 or 34.80% from 454); Blue value is 84 (33.20% from 255 or 18.50% from 454); Max value from RGB is 212 - color contains mainly: red. Hex color #D49E54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49E54 is #2B61AB. Grayscale: #A6A6A6. Windows color (decimal): -2843052 or 5545684. OLE color: 5545684.

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

Color convert

RGB21215884-
CMYK00.250.600.17
HSL34.69º59.81%58.04%-
HSV(B)34.69º60.38%83.14%-
XYZ40.9839.0913.77-
YUV165.7181.89161.02-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 46.70%
GREEN value IS 158 (62.11% from 255) = 34.80%
BLUE value IS 84 (33.20% from 255) = 18.50%
R=46.70%
G=34.80%
B=18.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.60
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121588400.250.600.1734.6959.8158.04
HexD49E540193C11233c3a
Octal3242361240317421437472
Binary1101010010011110101010001100111110010001100011111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49E54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49E54; }

 p { color: rgb(212,158,84); }

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

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

 a { background-color: rgb(212,158,84); }

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

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

 span { border-color: rgb(212,158,84); }

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