#DD9B54

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

Shades of Porsche #DD9B54

Tints of Porsche #DD9B54

Color information

#DD9B54 (or 0xDD9B54) is unknown color: approx Porsche. HEX triplet: DD, 9B and 54. RGB value is (221,155,84). Sum of RGB (Red+Green+Blue) = 221+155+84=460 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.04% from 460); Green value is 155 (60.94% from 255 or 33.70% from 460); Blue value is 84 (33.20% from 255 or 18.26% from 460); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9B54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9B54 is #2264AB. Grayscale: #A6A6A6. Windows color (decimal): -2253996 or 5544925. OLE color: 5544925.

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

Color convert

RGB22115584-
CMYK00.300.620.13
HSL31.09º66.83%59.8%-
HSV(B)31.09º61.99%86.67%-
XYZ43.1439.4513.73-
YUV166.6481.37166.77-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 48.04%
GREEN value IS 155 (60.94% from 255) = 33.70%
BLUE value IS 84 (33.20% from 255) = 18.26%
R=48.04%
G=33.70%
B=18.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.62
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211558400.300.620.1331.0966.8359.8
HexDD9B5401E3ED1f433c
Octal33523312403676153710374
Binary110111011001101110101000111101111101101111111000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9B54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9B54; }

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

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

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

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

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

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

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

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