#DEA35E

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

Shades of Porsche #DEA35E

Tints of Porsche #DEA35E

Color information

#DEA35E (or 0xDEA35E) is unknown color: approx Porsche. HEX triplet: DE, A3 and 5E. RGB value is (222,163,94). Sum of RGB (Red+Green+Blue) = 222+163+94=479 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.35% from 479); Green value is 163 (64.06% from 255 or 34.03% from 479); Blue value is 94 (37.11% from 255 or 19.62% from 479); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA35E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEA35E is #215CA1. Grayscale: #ADADAD. Windows color (decimal): -2186402 or 6202334. OLE color: 6202334.

HSL color Cylindrical-coordinate representation of color #DEA35E: hue angle of 32.34º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DEA35E is Cyan = 0, Magento = 0.27, Yellow = 0.58 and Black (K on CMYK) = 0.13.

Color convert

RGB22216394-
CMYK00.270.580.13
HSL32.34º65.98%61.96%-
HSV(B)32.34º57.66%87.06%-
XYZ45.2442.5316.41-
YUV172.7883.55163.11-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 46.35%
GREEN value IS 163 (64.06% from 255) = 34.03%
BLUE value IS 94 (37.11% from 255) = 19.62%
R=46.35%
G=34.03%
B=19.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.58
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221639400.270.580.1332.3465.9861.96
HexDEA35E01B3AD20423e
Octal33624313603372154010276
Binary1101111010100011101111001101111101011011000001000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA35E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA35E; }

 p { color: rgb(222,163,94); }

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

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

 a { background-color: rgb(222,163,94); }

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

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

 span { border-color: rgb(222,163,94); }

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