#DEA35C

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

Shades of Porsche #DEA35C

Tints of Porsche #DEA35C

Color information

#DEA35C (or 0xDEA35C) is unknown color: approx Porsche. HEX triplet: DE, A3 and 5C. RGB value is (222,163,92). Sum of RGB (Red+Green+Blue) = 222+163+92=477 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.54% from 477); Green value is 163 (64.06% from 255 or 34.17% from 477); Blue value is 92 (36.33% from 255 or 19.29% from 477); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA35C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEA35C is #215CA3. Grayscale: #ACACAC. Windows color (decimal): -2186404 or 6071262. OLE color: 6071262.

HSL color Cylindrical-coordinate representation of color #DEA35C: hue angle of 32.77º 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 #DEA35C is Cyan = 0, Magento = 0.27, Yellow = 0.59 and Black (K on CMYK) = 0.13.

Color convert

RGB22216392-
CMYK00.270.590.13
HSL32.77º66.33%61.57%-
HSV(B)32.77º58.56%87.06%-
XYZ45.1542.515.95-
YUV172.5582.55163.27-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 46.54%
GREEN value IS 163 (64.06% from 255) = 34.17%
BLUE value IS 92 (36.33% from 255) = 19.29%
R=46.54%
G=34.17%
B=19.29%

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
Decimal2221639200.270.590.1332.7766.3361.57
HexDEA35C01B3BD21423e
Octal33624313403373154110276
Binary1101111010100011101110001101111101111011000011000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA35C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA35C; }

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

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

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

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

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

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

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

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