#DD975D

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

Shades of Porsche #DD975D

Tints of Porsche #DD975D

Color information

#DD975D (or 0xDD975D) is unknown color: approx Porsche. HEX triplet: DD, 97 and 5D. RGB value is (221,151,93). Sum of RGB (Red+Green+Blue) = 221+151+93=465 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.53% from 465); Green value is 151 (59.38% from 255 or 32.47% from 465); Blue value is 93 (36.72% from 255 or 20% from 465); Max value from RGB is 221 - color contains mainly: red. Hex color #DD975D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD975D is #2268A2. Grayscale: #A5A5A5. Windows color (decimal): -2255011 or 6133725. OLE color: 6133725.

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

Color convert

RGB22115193-
CMYK00.320.580.13
HSL27.19º65.31%61.57%-
HSV(B)27.19º57.92%86.67%-
XYZ42.8638.315.49-
YUV165.3287.19167.72-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 47.53%
GREEN value IS 151 (59.38% from 255) = 32.47%
BLUE value IS 93 (36.72% from 255) = 20%
R=47.53%
G=32.47%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.58
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211519300.320.580.1327.1965.3161.57
HexDD975D0203AD1b413e
Octal33522713504072153310176
Binary1101110110010111101110101000001110101101110111000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD975D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD975D; }

 p { color: rgb(221,151,93); }

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

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

 a { background-color: rgb(221,151,93); }

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

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

 span { border-color: rgb(221,151,93); }

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