#DE9954

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

Shades of Porsche #DE9954

Tints of Porsche #DE9954

Color information

#DE9954 (or 0xDE9954) is unknown color: approx Porsche. HEX triplet: DE, 99 and 54. RGB value is (222,153,84). Sum of RGB (Red+Green+Blue) = 222+153+84=459 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.37% from 459); Green value is 153 (60.16% from 255 or 33.33% from 459); Blue value is 84 (33.20% from 255 or 18.30% from 459); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9954 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE9954 is #2166AB. Grayscale: #A6A6A6. Windows color (decimal): -2188972 or 5544414. OLE color: 5544414.

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

Color convert

RGB22215384-
CMYK00.310.620.13
HSL30º67.65%60%-
HSV(B)30º62.16%87.06%-
XYZ43.1238.9513.63-
YUV165.7681.86168.11-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 48.37%
GREEN value IS 153 (60.16% from 255) = 33.33%
BLUE value IS 84 (33.20% from 255) = 18.30%
R=48.37%
G=33.33%
B=18.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.62
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221538400.310.620.133067.6560
HexDE995401F3ED1e443c
Octal33623112403776153610474
Binary110111101001100110101000111111111101101111101000100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9954; }

 p { color: rgb(222,153,84); }

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

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

 a { background-color: rgb(222,153,84); }

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

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

 span { border-color: rgb(222,153,84); }

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