#dea04f

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

Shades of Porsche #DEA04F

Tints of Porsche #DEA04F

Color information

#DEA04F (or 0xDEA04F) is unknown color: approx Porsche. HEX triplet: DE, A0 and 4F. RGB value is (222,160,79). Sum of RGB (Red+Green+Blue) = 222+160+79=461 (61% of max value = 765). Red value is 222 (87.11% from 255 or 48.16% from 461); Green value is 160 (62.89% from 255 or 34.71% from 461); Blue value is 79 (31.25% from 255 or 17.14% from 461); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA04F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEA04F is #215FB0. Grayscale: #A9A9A9. Windows color (decimal): -2187185 or 5218526. OLE color: 5218526.

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

Color convert

RGB22216079-
CMYK00.280.640.13
HSL33.99º68.42%59.02%-
HSV(B)33.99º64.41%87.06%-
XYZ44.1141.2413.03-
YUV169.377.04165.59-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 48.16%
GREEN value IS 160 (62.89% from 255) = 34.71%
BLUE value IS 79 (31.25% from 255) = 17.14%
R=48.16%
G=34.71%
B=17.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.64
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221607900.280.640.1333.9968.4259.02
HexDEA04F01C40D22443b
Octal336240117034100154210473
Binary11011110101000001001111011100100000011011000101000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dea04f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dea04f; }

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

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

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

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

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

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

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

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