#DEA355

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

Shades of Porsche #DEA355

Tints of Porsche #DEA355

Color information

#DEA355 (or 0xDEA355) is unknown color: approx Porsche. HEX triplet: DE, A3 and 55. RGB value is (222,163,85). Sum of RGB (Red+Green+Blue) = 222+163+85=470 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.23% from 470); Green value is 163 (64.06% from 255 or 34.68% from 470); Blue value is 85 (33.59% from 255 or 18.09% from 470); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA355 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEA355 is #215CAA. Grayscale: #ACACAC. Windows color (decimal): -2186411 or 5612510. OLE color: 5612510.

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

Color convert

RGB22216385-
CMYK00.270.620.13
HSL34.16º67.49%60.2%-
HSV(B)34.16º61.71%87.06%-
XYZ44.8642.3814.41-
YUV171.7579.05163.84-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 47.23%
GREEN value IS 163 (64.06% from 255) = 34.68%
BLUE value IS 85 (33.59% from 255) = 18.09%
R=47.23%
G=34.68%
B=18.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.62
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221638500.270.620.1334.1667.4960.2
HexDEA35501B3ED22433c
Octal33624312503376154210374
Binary1101111010100011101010101101111111011011000101000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA355; }

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

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

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

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

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

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

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

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