#DE9D68

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

Shades of Porsche #DE9D68

Tints of Porsche #DE9D68

Color information

#DE9D68 (or 0xDE9D68) is unknown color: approx Porsche. HEX triplet: DE, 9D and 68. RGB value is (222,157,104). Sum of RGB (Red+Green+Blue) = 222+157+104=483 (63% of max value = 765). Red value is 222 (87.11% from 255 or 45.96% from 483); Green value is 157 (61.72% from 255 or 32.51% from 483); Blue value is 104 (41.02% from 255 or 21.53% from 483); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9D68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE9D68 is #216297. Grayscale: #AAAAAA. Windows color (decimal): -2187928 or 6856158. OLE color: 6856158.

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

Color convert

RGB222157104-
CMYK00.290.530.13
HSL26.95º64.13%63.92%-
HSV(B)26.95º53.15%87.06%-
XYZ44.6840.6418.59-
YUV170.3990.53164.81-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 45.96%
GREEN value IS 157 (61.72% from 255) = 32.51%
BLUE value IS 104 (41.02% from 255) = 21.53%
R=45.96%
G=32.51%
B=21.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.53
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22215710400.290.530.1326.9564.1363.92
HexDE9D6801D35D1b4040
Octal336235150035651533100100
Binary1101111010011101110100001110111010111011101110000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9D68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9D68; }

 p { color: rgb(222,157,104); }

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

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

 a { background-color: rgb(222,157,104); }

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

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

 span { border-color: rgb(222,157,104); }

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