#DD9D5E

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

Shades of Porsche #DD9D5E

Tints of Porsche #DD9D5E

Color information

#DD9D5E (or 0xDD9D5E) is unknown color: approx Porsche. HEX triplet: DD, 9D and 5E. RGB value is (221,157,94). Sum of RGB (Red+Green+Blue) = 221+157+94=472 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.82% from 472); Green value is 157 (61.72% from 255 or 33.26% from 472); Blue value is 94 (37.11% from 255 or 19.92% from 472); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9D5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9D5E is #2262A1. Grayscale: #A9A9A9. Windows color (decimal): -2253474 or 6200797. OLE color: 6200797.

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

Color convert

RGB22115794-
CMYK00.290.570.13
HSL29.76º65.13%61.76%-
HSV(B)29.76º57.47%86.67%-
XYZ43.940.2916.05-
YUV168.9585.7165.12-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 46.82%
GREEN value IS 157 (61.72% from 255) = 33.26%
BLUE value IS 94 (37.11% from 255) = 19.92%
R=46.82%
G=33.26%
B=19.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.57
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211579400.290.570.1329.7665.1361.76
HexDD9D5E01D39D1e413e
Octal33523513603571153610176
Binary110111011001110110111100111011110011101111101000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9D5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9D5E; }

 p { color: rgb(221,157,94); }

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

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

 a { background-color: rgb(221,157,94); }

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

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

 span { border-color: rgb(221,157,94); }

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