#DEA05B

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

Shades of Porsche #DEA05B

Tints of Porsche #DEA05B

Color information

#DEA05B (or 0xDEA05B) is unknown color: approx Porsche. HEX triplet: DE, A0 and 5B. RGB value is (222,160,91). Sum of RGB (Red+Green+Blue) = 222+160+91=473 (62% of max value = 765). Red value is 222 (87.11% from 255 or 46.93% from 473); Green value is 160 (62.89% from 255 or 33.83% from 473); Blue value is 91 (35.94% from 255 or 19.24% from 473); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA05B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEA05B is #215FA4. Grayscale: #ABABAB. Windows color (decimal): -2187173 or 6004958. OLE color: 6004958.

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

Color convert

RGB22216091-
CMYK00.280.590.13
HSL31.6º66.5%61.37%-
HSV(B)31.6º59.01%87.06%-
XYZ44.5841.4315.54-
YUV170.6783.04164.61-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 46.93%
GREEN value IS 160 (62.89% from 255) = 33.83%
BLUE value IS 91 (35.94% from 255) = 19.24%
R=46.93%
G=33.83%
B=19.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.59
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221609100.280.590.1331.666.561.37
HexDEA05B01C3BD20423d
Octal33624013303473154010275
Binary1101111010100000101101101110011101111011000001000010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA05B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA05B; }

 p { color: rgb(222,160,91); }

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

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

 a { background-color: rgb(222,160,91); }

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

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

 span { border-color: rgb(222,160,91); }

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