#DC985D

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

Shades of Porsche #DC985D

Tints of Porsche #DC985D

Color information

#DC985D (or 0xDC985D) is unknown color: approx Porsche. HEX triplet: DC, 98 and 5D. RGB value is (220,152,93). Sum of RGB (Red+Green+Blue) = 220+152+93=465 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.31% from 465); Green value is 152 (59.77% from 255 or 32.69% from 465); Blue value is 93 (36.72% from 255 or 20% from 465); Max value from RGB is 220 - color contains mainly: red. Hex color #DC985D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC985D is #2367A2. Grayscale: #A5A5A5. Windows color (decimal): -2320291 or 6133980. OLE color: 6133980.

HSL color Cylindrical-coordinate representation of color #DC985D: hue angle of 27.87º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DC985D is Cyan = 0, Magento = 0.31, Yellow = 0.58 and Black (K on CMYK) = 0.14.

Color convert

RGB22015293-
CMYK00.310.580.14
HSL27.87º64.47%61.37%-
HSV(B)27.87º57.73%86.27%-
XYZ42.7238.4615.53-
YUV165.6187.03166.8-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 47.31%
GREEN value IS 152 (59.77% from 255) = 32.69%
BLUE value IS 93 (36.72% from 255) = 20%
R=47.31%
G=32.69%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.58
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201529300.310.580.1427.8764.4761.37
HexDC985D01F3AE1c403d
Octal33423013503772163410075
Binary110111001001100010111010111111110101110111001000000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC985D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC985D; }

 p { color: rgb(220,152,93); }

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

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

 a { background-color: rgb(220,152,93); }

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

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

 span { border-color: rgb(220,152,93); }

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