#DC9861

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

Shades of Porsche #DC9861

Tints of Porsche #DC9861

Color information

#DC9861 (or 0xDC9861) is unknown color: approx Porsche. HEX triplet: DC, 98 and 61. RGB value is (220,152,97). Sum of RGB (Red+Green+Blue) = 220+152+97=469 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.91% from 469); Green value is 152 (59.77% from 255 or 32.41% from 469); Blue value is 97 (38.28% from 255 or 20.68% from 469); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9861 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9861 is #23679E. Grayscale: #A6A6A6. Windows color (decimal): -2320287 or 6396124. OLE color: 6396124.

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

Color convert

RGB22015297-
CMYK00.310.560.14
HSL26.83º63.73%62.16%-
HSV(B)26.83º55.91%86.27%-
XYZ42.938.5416.49-
YUV166.0689.03166.47-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 46.91%
GREEN value IS 152 (59.77% from 255) = 32.41%
BLUE value IS 97 (38.28% from 255) = 20.68%
R=46.91%
G=32.41%
B=20.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.56
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201529700.310.560.1426.8363.7362.16
HexDC986101F38E1b403e
Octal33423014103770163310076
Binary110111001001100011000010111111110001110110111000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9861; }

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

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

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

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

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

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

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

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