#DD9C56

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

Shades of Porsche #DD9C56

Tints of Porsche #DD9C56

Color information

#DD9C56 (or 0xDD9C56) is unknown color: approx Porsche. HEX triplet: DD, 9C and 56. RGB value is (221,156,86). Sum of RGB (Red+Green+Blue) = 221+156+86=463 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.73% from 463); Green value is 156 (61.33% from 255 or 33.69% from 463); Blue value is 86 (33.98% from 255 or 18.57% from 463); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9C56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9C56 is #2263A9. Grayscale: #A7A7A7. Windows color (decimal): -2253738 or 5676253. OLE color: 5676253.

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

Color convert

RGB22115686-
CMYK00.290.610.13
HSL31.11º66.5%60.2%-
HSV(B)31.11º61.09%86.67%-
XYZ43.3939.8214.2-
YUV167.4682.03166.19-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 47.73%
GREEN value IS 156 (61.33% from 255) = 33.69%
BLUE value IS 86 (33.98% from 255) = 18.57%
R=47.73%
G=33.69%
B=18.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.61
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211568600.290.610.1331.1166.560.2
HexDD9C5601D3DD1f433c
Octal33523412603575153710374
Binary110111011001110010101100111011111011101111111000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9C56; }

 p { color: rgb(221,156,86); }

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

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

 a { background-color: rgb(221,156,86); }

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

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

 span { border-color: rgb(221,156,86); }

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