#DEA063

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

Shades of Porsche #DEA063

Tints of Porsche #DEA063

Color information

#DEA063 (or 0xDEA063) is unknown color: approx Porsche. HEX triplet: DE, A0 and 63. RGB value is (222,160,99). Sum of RGB (Red+Green+Blue) = 222+160+99=481 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.15% from 481); Green value is 160 (62.89% from 255 or 33.26% from 481); Blue value is 99 (39.06% from 255 or 20.58% from 481); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA063 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEA063 is #215F9C. Grayscale: #ABABAB. Windows color (decimal): -2187165 or 6529246. OLE color: 6529246.

HSL color Cylindrical-coordinate representation of color #DEA063: hue angle of 29.76º 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 #DEA063 is Cyan = 0, Magento = 0.28, Yellow = 0.55 and Black (K on CMYK) = 0.13.

Color convert

RGB22216099-
CMYK00.280.550.13
HSL29.76º65.08%62.94%-
HSV(B)29.76º55.41%87.06%-
XYZ44.9541.5717.46-
YUV171.5887.04163.96-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 46.15%
GREEN value IS 160 (62.89% from 255) = 33.26%
BLUE value IS 99 (39.06% from 255) = 20.58%
R=46.15%
G=33.26%
B=20.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.55
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221609900.280.550.1329.7665.0862.94
HexDEA06301C37D1e413f
Octal33624014303467153610177
Binary110111101010000011000110111001101111101111101000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA063; }

 p { color: rgb(222,160,99); }

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

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

 a { background-color: rgb(222,160,99); }

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

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

 span { border-color: rgb(222,160,99); }

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