#DEA15C

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

Shades of Porsche #DEA15C

Tints of Porsche #DEA15C

Color information

#DEA15C (or 0xDEA15C) is unknown color: approx Porsche. HEX triplet: DE, A1 and 5C. RGB value is (222,161,92). Sum of RGB (Red+Green+Blue) = 222+161+92=475 (62% of max value = 765). Red value is 222 (87.11% from 255 or 46.74% from 475); Green value is 161 (63.28% from 255 or 33.89% from 475); Blue value is 92 (36.33% from 255 or 19.37% from 475); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA15C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEA15C is #215EA3. Grayscale: #ABABAB. Windows color (decimal): -2186916 or 6070750. OLE color: 6070750.

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

Color convert

RGB22216192-
CMYK00.270.590.13
HSL31.85º66.33%61.57%-
HSV(B)31.85º58.56%87.06%-
XYZ44.841.7915.83-
YUV171.3783.21164.11-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 46.74%
GREEN value IS 161 (63.28% from 255) = 33.89%
BLUE value IS 92 (36.33% from 255) = 19.37%
R=46.74%
G=33.89%
B=19.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.59
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221619200.270.590.1331.8566.3361.57
HexDEA15C01B3BD20423e
Octal33624113403373154010276
Binary1101111010100001101110001101111101111011000001000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA15C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA15C; }

 p { color: rgb(222,161,92); }

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

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

 a { background-color: rgb(222,161,92); }

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

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

 span { border-color: rgb(222,161,92); }

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