#DEA55C

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

Shades of Porsche #DEA55C

Tints of Porsche #DEA55C

Color information

#DEA55C (or 0xDEA55C) is unknown color: approx Porsche. HEX triplet: DE, A5 and 5C. RGB value is (222,165,92). Sum of RGB (Red+Green+Blue) = 222+165+92=479 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.35% from 479); Green value is 165 (64.84% from 255 or 34.45% from 479); Blue value is 92 (36.33% from 255 or 19.21% from 479); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA55C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEA55C is #215AA3. Grayscale: #AEAEAE. Windows color (decimal): -2185892 or 6071774. OLE color: 6071774.

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

Color convert

RGB22216592-
CMYK00.260.590.13
HSL33.69º66.33%61.57%-
HSV(B)33.69º58.56%87.06%-
XYZ45.5143.2116.07-
YUV173.7281.88162.44-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 46.35%
GREEN value IS 165 (64.84% from 255) = 34.45%
BLUE value IS 92 (36.33% from 255) = 19.21%
R=46.35%
G=34.45%
B=19.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.59
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221659200.260.590.1333.6966.3361.57
HexDEA55C01A3BD22423e
Octal33624513403273154210276
Binary1101111010100101101110001101011101111011000101000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA55C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA55C; }

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

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

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

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

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

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

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

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