#DD9967

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

Shades of Porsche #DD9967

Tints of Porsche #DD9967

Color information

#DD9967 (or 0xDD9967) is unknown color: approx Porsche. HEX triplet: DD, 99 and 67. RGB value is (221,153,103). Sum of RGB (Red+Green+Blue) = 221+153+103=477 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.33% from 477); Green value is 153 (60.16% from 255 or 32.08% from 477); Blue value is 103 (40.62% from 255 or 21.59% from 477); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9967 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9967 is #226698. Grayscale: #A7A7A7. Windows color (decimal): -2254489 or 6789597. OLE color: 6789597.

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

Color convert

RGB221153103-
CMYK00.310.530.13
HSL25.42º63.44%63.53%-
HSV(B)25.42º53.39%86.67%-
XYZ43.6639.1318.08-
YUV167.6391.53166.07-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 46.33%
GREEN value IS 153 (60.16% from 255) = 32.08%
BLUE value IS 103 (40.62% from 255) = 21.59%
R=46.33%
G=32.08%
B=21.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.53
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115310300.310.530.1325.4263.4463.53
HexDD996701F35D193f40
Octal33523114703765153177100
Binary110111011001100111001110111111101011101110011111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9967; }

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

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

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

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

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

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

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

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