#DD965E

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

Shades of Porsche #DD965E

Tints of Porsche #DD965E

Color information

#DD965E (or 0xDD965E) is unknown color: approx Porsche. HEX triplet: DD, 96 and 5E. RGB value is (221,150,94). Sum of RGB (Red+Green+Blue) = 221+150+94=465 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.53% from 465); Green value is 150 (58.98% from 255 or 32.26% from 465); Blue value is 94 (37.11% from 255 or 20.22% from 465); Max value from RGB is 221 - color contains mainly: red. Hex color #DD965E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD965E is #2269A1. Grayscale: #A5A5A5. Windows color (decimal): -2255266 or 6199005. OLE color: 6199005.

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

Color convert

RGB22115094-
CMYK00.320.570.13
HSL26.46º65.13%61.76%-
HSV(B)26.46º57.47%86.67%-
XYZ42.7537.9915.67-
YUV164.8488.02168.05-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 47.53%
GREEN value IS 150 (58.98% from 255) = 32.26%
BLUE value IS 94 (37.11% from 255) = 20.22%
R=47.53%
G=32.26%
B=20.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.57
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211509400.320.570.1326.4665.1361.76
HexDD965E02039D1a413e
Octal33522613604071153210176
Binary1101110110010110101111001000001110011101110101000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD965E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD965E; }

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

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

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

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

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

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

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

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