#DEA666

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

Shades of Porsche #DEA666

Tints of Porsche #DEA666

Color information

#DEA666 (or 0xDEA666) is unknown color: approx Porsche. HEX triplet: DE, A6 and 66. RGB value is (222,166,102). Sum of RGB (Red+Green+Blue) = 222+166+102=490 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.31% from 490); Green value is 166 (65.23% from 255 or 33.88% from 490); Blue value is 102 (40.23% from 255 or 20.82% from 490); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA666 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEA666 is #215999. Grayscale: #AFAFAF. Windows color (decimal): -2185626 or 6727390. OLE color: 6727390.

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

Color convert

RGB222166102-
CMYK00.250.540.13
HSL32º64.52%63.53%-
HSV(B)32º54.05%87.06%-
XYZ46.1643.7618.58-
YUV175.4586.55161.2-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 45.31%
GREEN value IS 166 (65.23% from 255) = 33.88%
BLUE value IS 102 (40.23% from 255) = 20.82%
R=45.31%
G=33.88%
B=20.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.54
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22216610200.250.540.133264.5263.53
HexDEA66601936D204140
Octal336246146031661540101100
Binary11011110101001101100110011001110110110110000010000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA666; }

 p { color: rgb(222,166,102); }

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

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

 a { background-color: rgb(222,166,102); }

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

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

 span { border-color: rgb(222,166,102); }

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