#DEA25F

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

Shades of Porsche #DEA25F

Tints of Porsche #DEA25F

Color information

#DEA25F (or 0xDEA25F) is unknown color: approx Porsche. HEX triplet: DE, A2 and 5F. RGB value is (222,162,95). Sum of RGB (Red+Green+Blue) = 222+162+95=479 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.35% from 479); Green value is 162 (63.67% from 255 or 33.82% from 479); Blue value is 95 (37.5% from 255 or 19.83% from 479); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA25F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEA25F is #215DA0. Grayscale: #ACACAC. Windows color (decimal): -2186657 or 6267614. OLE color: 6267614.

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

Color convert

RGB22216295-
CMYK00.270.570.13
HSL31.65º65.8%62.16%-
HSV(B)31.65º57.21%87.06%-
XYZ45.1142.216.59-
YUV172.384.38163.45-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 46.35%
GREEN value IS 162 (63.67% from 255) = 33.82%
BLUE value IS 95 (37.5% from 255) = 19.83%
R=46.35%
G=33.82%
B=19.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.57
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221629500.270.570.1331.6565.862.16
HexDEA25F01B39D20423e
Octal33624213703371154010276
Binary1101111010100010101111101101111100111011000001000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA25F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA25F; }

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

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

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

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

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

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

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

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