#DD9654

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

Shades of Porsche #DD9654

Tints of Porsche #DD9654

Color information

#DD9654 (or 0xDD9654) is unknown color: approx Porsche. HEX triplet: DD, 96 and 54. RGB value is (221,150,84). Sum of RGB (Red+Green+Blue) = 221+150+84=455 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.57% from 455); Green value is 150 (58.98% from 255 or 32.97% from 455); Blue value is 84 (33.20% from 255 or 18.46% from 455); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9654 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9654 is #2269AB. Grayscale: #A4A4A4. Windows color (decimal): -2255276 or 5543645. OLE color: 5543645.

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

Color convert

RGB22115084-
CMYK00.320.620.13
HSL28.91º66.83%59.8%-
HSV(B)28.91º61.99%86.67%-
XYZ42.3337.8213.46-
YUV163.783.02168.87-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 48.57%
GREEN value IS 150 (58.98% from 255) = 32.97%
BLUE value IS 84 (33.20% from 255) = 18.46%
R=48.57%
G=32.97%
B=18.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.62
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211508400.320.620.1328.9166.8359.8
HexDD96540203ED1d433c
Octal33522612404076153510374
Binary1101110110010110101010001000001111101101111011000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9654; }

 p { color: rgb(221,150,84); }

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

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

 a { background-color: rgb(221,150,84); }

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

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

 span { border-color: rgb(221,150,84); }

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