#DEA263

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

Shades of Porsche #DEA263

Tints of Porsche #DEA263

Color information

#DEA263 (or 0xDEA263) is unknown color: approx Porsche. HEX triplet: DE, A2 and 63. RGB value is (222,162,99). Sum of RGB (Red+Green+Blue) = 222+162+99=483 (63% of max value = 765). Red value is 222 (87.11% from 255 or 45.96% from 483); Green value is 162 (63.67% from 255 or 33.54% from 483); Blue value is 99 (39.06% from 255 or 20.50% from 483); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA263 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEA263 is #215D9C. Grayscale: #ADADAD. Windows color (decimal): -2186653 or 6529758. OLE color: 6529758.

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

Color convert

RGB22216299-
CMYK00.270.550.13
HSL30.73º65.08%62.94%-
HSV(B)30.73º55.41%87.06%-
XYZ45.342.2717.58-
YUV172.7686.38163.12-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 45.96%
GREEN value IS 162 (63.67% from 255) = 33.54%
BLUE value IS 99 (39.06% from 255) = 20.50%
R=45.96%
G=33.54%
B=20.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.55
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221629900.270.550.1330.7365.0862.94
HexDEA26301B37D1f413f
Octal33624214303367153710177
Binary110111101010001011000110110111101111101111111000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA263; }

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

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

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

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

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

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

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

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