#DEA661

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

Shades of Porsche #DEA661

Tints of Porsche #DEA661

Color information

#DEA661 (or 0xDEA661) is unknown color: approx Porsche. HEX triplet: DE, A6 and 61. RGB value is (222,166,97). Sum of RGB (Red+Green+Blue) = 222+166+97=485 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.77% from 485); Green value is 166 (65.23% from 255 or 34.23% from 485); Blue value is 97 (38.28% from 255 or 20% from 485); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA661 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEA661 is #21599E. Grayscale: #AFAFAF. Windows color (decimal): -2185631 or 6399710. OLE color: 6399710.

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

Color convert

RGB22216697-
CMYK00.250.560.13
HSL33.12º65.45%62.55%-
HSV(B)33.12º56.31%87.06%-
XYZ45.9243.6717.32-
YUV174.8884.05161.61-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 45.77%
GREEN value IS 166 (65.23% from 255) = 34.23%
BLUE value IS 97 (38.28% from 255) = 20%
R=45.77%
G=34.23%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.56
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221669700.250.560.1333.1265.4562.55
HexDEA66101938D21413f
Octal33624614103170154110177
Binary1101111010100110110000101100111100011011000011000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA661; }

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

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

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

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

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

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

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

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