#DEA46B

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

Shades of Porsche #DEA46B

Tints of Porsche #DEA46B

Color information

#DEA46B (or 0xDEA46B) is unknown color: approx Porsche. HEX triplet: DE, A4 and 6B. RGB value is (222,164,107). Sum of RGB (Red+Green+Blue) = 222+164+107=493 (65% of max value = 765). Red value is 222 (87.11% from 255 or 45.03% from 493); Green value is 164 (64.45% from 255 or 33.27% from 493); Blue value is 107 (42.19% from 255 or 21.70% from 493); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA46B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEA46B is #215B94. Grayscale: #AFAFAF. Windows color (decimal): -2186133 or 7054558. OLE color: 7054558.

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

Color convert

RGB222164107-
CMYK00.260.520.13
HSL29.74º63.54%64.51%-
HSV(B)29.74º51.8%87.06%-
XYZ46.0543.1419.81-
YUV174.8489.72161.63-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 45.03%
GREEN value IS 164 (64.45% from 255) = 33.27%
BLUE value IS 107 (42.19% from 255) = 21.70%
R=45.03%
G=33.27%
B=21.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.52
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22216410700.260.520.1329.7463.5464.51
HexDEA46B01A34D1e4041
Octal336244153032641536100101
Binary1101111010100100110101101101011010011011111010000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA46B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA46B; }

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

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

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

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

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

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

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

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