#DEA564

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

Shades of Porsche #DEA564

Tints of Porsche #DEA564

Color information

#DEA564 (or 0xDEA564) is unknown color: approx Porsche. HEX triplet: DE, A5 and 64. RGB value is (222,165,100). Sum of RGB (Red+Green+Blue) = 222+165+100=487 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.59% from 487); Green value is 165 (64.84% from 255 or 33.88% from 487); Blue value is 100 (39.45% from 255 or 20.53% from 487); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA564 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEA564 is #215A9B. Grayscale: #AEAEAE. Windows color (decimal): -2185884 or 6596062. OLE color: 6596062.

HSL color Cylindrical-coordinate representation of color #DEA564: hue angle of 31.97º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DEA564 is Cyan = 0, Magento = 0.26, Yellow = 0.55 and Black (K on CMYK) = 0.13.

Color convert

RGB222165100-
CMYK00.260.550.13
HSL31.97º64.89%63.14%-
HSV(B)31.97º54.95%87.06%-
XYZ45.8843.3618.01-
YUV174.6385.88161.79-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 45.59%
GREEN value IS 165 (64.84% from 255) = 33.88%
BLUE value IS 100 (39.45% from 255) = 20.53%
R=45.59%
G=33.88%
B=20.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.55
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22216510000.260.550.1331.9764.8963.14
HexDEA56401A37D20413f
Octal33624514403267154010177
Binary1101111010100101110010001101011011111011000001000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA564; }

 p { color: rgb(222,165,100); }

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

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

 a { background-color: rgb(222,165,100); }

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

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

 span { border-color: rgb(222,165,100); }

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