#DD9965

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

Shades of Porsche #DD9965

Tints of Porsche #DD9965

Color information

#DD9965 (or 0xDD9965) is unknown color: approx Porsche. HEX triplet: DD, 99 and 65. RGB value is (221,153,101). Sum of RGB (Red+Green+Blue) = 221+153+101=475 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.53% from 475); Green value is 153 (60.16% from 255 or 32.21% from 475); Blue value is 101 (39.84% from 255 or 21.26% from 475); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9965 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9965 is #22669A. Grayscale: #A7A7A7. Windows color (decimal): -2254491 or 6658525. OLE color: 6658525.

HSL color Cylindrical-coordinate representation of color #DD9965: hue angle of 26º 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 #DD9965 is Cyan = 0, Magento = 0.31, Yellow = 0.54 and Black (K on CMYK) = 0.13.

Color convert

RGB221153101-
CMYK00.310.540.13
HSL26º63.83%63.14%-
HSV(B)26º54.3%86.67%-
XYZ43.5639.0917.56-
YUV167.490.53166.23-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 46.53%
GREEN value IS 153 (60.16% from 255) = 32.21%
BLUE value IS 101 (39.84% from 255) = 21.26%
R=46.53%
G=32.21%
B=21.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.54
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115310100.310.540.132663.8363.14
HexDD996501F36D1a403f
Octal33523114503766153210077
Binary110111011001100111001010111111101101101110101000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9965; }

 p { color: rgb(221,153,101); }

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

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

 a { background-color: rgb(221,153,101); }

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

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

 span { border-color: rgb(221,153,101); }

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