#DEA16A

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

Shades of Porsche #DEA16A

Tints of Porsche #DEA16A

Color information

#DEA16A (or 0xDEA16A) is unknown color: approx Porsche. HEX triplet: DE, A1 and 6A. RGB value is (222,161,106). Sum of RGB (Red+Green+Blue) = 222+161+106=489 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.40% from 489); Green value is 161 (63.28% from 255 or 32.92% from 489); Blue value is 106 (41.80% from 255 or 21.68% from 489); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA16A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEA16A is #215E95. Grayscale: #ADADAD. Windows color (decimal): -2186902 or 6988254. OLE color: 6988254.

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

Color convert

RGB222161106-
CMYK00.270.520.13
HSL28.45º63.74%64.31%-
HSV(B)28.45º52.25%87.06%-
XYZ45.4742.0619.36-
YUV172.9790.21162.97-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 45.40%
GREEN value IS 161 (63.28% from 255) = 32.92%
BLUE value IS 106 (41.80% from 255) = 21.68%
R=45.40%
G=32.92%
B=21.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.52
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22216110600.270.520.1328.4563.7464.31
HexDEA16A01B34D1c4040
Octal336241152033641534100100
Binary1101111010100001110101001101111010011011110010000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA16A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA16A; }

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

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

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

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

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

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

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

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