#D49D64

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

Shades of Porsche #D49D64

Tints of Porsche #D49D64

Color information

#D49D64 (or 0xD49D64) is unknown color: approx Porsche. HEX triplet: D4, 9D and 64. RGB value is (212,157,100). Sum of RGB (Red+Green+Blue) = 212+157+100=469 (62% of max value = 765). Red value is 212 (83.20% from 255 or 45.20% from 469); Green value is 157 (61.72% from 255 or 33.48% from 469); Blue value is 100 (39.45% from 255 or 21.32% from 469); Max value from RGB is 212 - color contains mainly: red. Hex color #D49D64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49D64 is #2B629B. Grayscale: #A7A7A7. Windows color (decimal): -2843292 or 6594004. OLE color: 6594004.

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

Color convert

RGB212157100-
CMYK00.260.530.17
HSL30.54º56.57%61.18%-
HSV(B)30.54º52.83%83.14%-
XYZ41.5139.0317.4-
YUV166.9590.22160.13-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 45.20%
GREEN value IS 157 (61.72% from 255) = 33.48%
BLUE value IS 100 (39.45% from 255) = 21.32%
R=45.20%
G=33.48%
B=21.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.53
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21215710000.260.530.1730.5456.5761.18
HexD49D6401A35111f393d
Octal3242351440326521377175
Binary110101001001110111001000110101101011000111111111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49D64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49D64; }

 p { color: rgb(212,157,100); }

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

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

 a { background-color: rgb(212,157,100); }

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

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

 span { border-color: rgb(212,157,100); }

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