#DD9A66

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

Shades of Porsche #DD9A66

Tints of Porsche #DD9A66

Color information

#DD9A66 (or 0xDD9A66) is unknown color: approx Porsche. HEX triplet: DD, 9A and 66. RGB value is (221,154,102). Sum of RGB (Red+Green+Blue) = 221+154+102=477 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.33% from 477); Green value is 154 (60.55% from 255 or 32.29% from 477); Blue value is 102 (40.23% from 255 or 21.38% from 477); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9A66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9A66 is #226599. Grayscale: #A8A8A8. Windows color (decimal): -2254234 or 6724317. OLE color: 6724317.

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

Color convert

RGB221154102-
CMYK00.300.540.13
HSL26.22º63.64%63.33%-
HSV(B)26.22º53.85%86.67%-
XYZ43.7739.4417.88-
YUV168.190.7165.73-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 46.33%
GREEN value IS 154 (60.55% from 255) = 32.29%
BLUE value IS 102 (40.23% from 255) = 21.38%
R=46.33%
G=32.29%
B=21.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.54
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115410200.300.540.1326.2263.6463.33
HexDD9A6601E36D1a403f
Octal33523214603666153210077
Binary110111011001101011001100111101101101101110101000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9A66; }

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

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

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

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

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

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

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

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