#DD9B5F

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

Shades of Porsche #DD9B5F

Tints of Porsche #DD9B5F

Color information

#DD9B5F (or 0xDD9B5F) is unknown color: approx Porsche. HEX triplet: DD, 9B and 5F. RGB value is (221,155,95). Sum of RGB (Red+Green+Blue) = 221+155+95=471 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.92% from 471); Green value is 155 (60.94% from 255 or 32.91% from 471); Blue value is 95 (37.5% from 255 or 20.17% from 471); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9B5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9B5F is #2264A0. Grayscale: #A8A8A8. Windows color (decimal): -2253985 or 6265821. OLE color: 6265821.

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

Color convert

RGB22115595-
CMYK00.300.570.13
HSL28.57º64.95%61.96%-
HSV(B)28.57º57.01%86.67%-
XYZ43.6139.6416.18-
YUV167.8986.87165.88-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 46.92%
GREEN value IS 155 (60.94% from 255) = 32.91%
BLUE value IS 95 (37.5% from 255) = 20.17%
R=46.92%
G=32.91%
B=20.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.57
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211559500.300.570.1328.5764.9561.96
HexDD9B5F01E39D1d413e
Octal33523313703671153510176
Binary110111011001101110111110111101110011101111011000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9B5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9B5F; }

 p { color: rgb(221,155,95); }

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

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

 a { background-color: rgb(221,155,95); }

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

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

 span { border-color: rgb(221,155,95); }

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