#DEA26B

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

Shades of Porsche #DEA26B

Tints of Porsche #DEA26B

Color information

#DEA26B (or 0xDEA26B) is unknown color: approx Porsche. HEX triplet: DE, A2 and 6B. RGB value is (222,162,107). Sum of RGB (Red+Green+Blue) = 222+162+107=491 (65% of max value = 765). Red value is 222 (87.11% from 255 or 45.21% from 491); Green value is 162 (63.67% from 255 or 32.99% from 491); Blue value is 107 (42.19% from 255 or 21.79% from 491); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA26B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEA26B is #215D94. Grayscale: #ADADAD. Windows color (decimal): -2186645 or 7054046. OLE color: 7054046.

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

Color convert

RGB222162107-
CMYK00.270.520.13
HSL28.7º63.54%64.51%-
HSV(B)28.7º51.8%87.06%-
XYZ45.742.4319.69-
YUV173.6790.38162.47-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 45.21%
GREEN value IS 162 (63.67% from 255) = 32.99%
BLUE value IS 107 (42.19% from 255) = 21.79%
R=45.21%
G=32.99%
B=21.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.52
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22216210700.270.520.1328.763.5464.51
HexDEA26B01B34D1d4041
Octal336242153033641535100101
Binary1101111010100010110101101101111010011011110110000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA26B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA26B; }

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

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

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

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

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

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

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

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