#DD9A61

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

Shades of Porsche #DD9A61

Tints of Porsche #DD9A61

Color information

#DD9A61 (or 0xDD9A61) is unknown color: approx Porsche. HEX triplet: DD, 9A and 61. RGB value is (221,154,97). Sum of RGB (Red+Green+Blue) = 221+154+97=472 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.82% from 472); Green value is 154 (60.55% from 255 or 32.63% from 472); Blue value is 97 (38.28% from 255 or 20.55% from 472); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9A61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9A61 is #22659E. Grayscale: #A7A7A7. Windows color (decimal): -2254239 or 6396637. OLE color: 6396637.

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

Color convert

RGB22115497-
CMYK00.300.560.13
HSL27.58º64.58%62.35%-
HSV(B)27.58º56.11%86.67%-
XYZ43.5339.3516.61-
YUV167.5388.2166.13-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 46.82%
GREEN value IS 154 (60.55% from 255) = 32.63%
BLUE value IS 97 (38.28% from 255) = 20.55%
R=46.82%
G=32.63%
B=20.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.56
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211549700.300.560.1327.5864.5862.35
HexDD9A6101E38D1c413e
Octal33523214103670153410176
Binary110111011001101011000010111101110001101111001000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9A61; }

 p { color: rgb(221,154,97); }

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

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

 a { background-color: rgb(221,154,97); }

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

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

 span { border-color: rgb(221,154,97); }

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