#DC9D61

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

Shades of Porsche #DC9D61

Tints of Porsche #DC9D61

Color information

#DC9D61 (or 0xDC9D61) is unknown color: approx Porsche. HEX triplet: DC, 9D and 61. RGB value is (220,157,97). Sum of RGB (Red+Green+Blue) = 220+157+97=474 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.41% from 474); Green value is 157 (61.72% from 255 or 33.12% from 474); Blue value is 97 (38.28% from 255 or 20.46% from 474); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9D61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9D61 is #23629E. Grayscale: #A9A9A9. Windows color (decimal): -2319007 or 6397404. OLE color: 6397404.

HSL color Cylindrical-coordinate representation of color #DC9D61: hue angle of 29.27º 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 #DC9D61 is Cyan = 0, Magento = 0.29, Yellow = 0.56 and Black (K on CMYK) = 0.14.

Color convert

RGB22015797-
CMYK00.290.560.14
HSL29.27º63.73%62.16%-
HSV(B)29.27º55.91%86.27%-
XYZ43.7340.1916.76-
YUV16987.37164.38-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 46.41%
GREEN value IS 157 (61.72% from 255) = 33.12%
BLUE value IS 97 (38.28% from 255) = 20.46%
R=46.41%
G=33.12%
B=20.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.56
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201579700.290.560.1429.2763.7362.16
HexDC9D6101D38E1d403e
Octal33423514103570163510076
Binary110111001001110111000010111011110001110111011000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9D61; }

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

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

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

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

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

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

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

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