#DC9D53

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

Shades of Porsche #DC9D53

Tints of Porsche #DC9D53

Color information

#DC9D53 (or 0xDC9D53) is unknown color: approx Porsche. HEX triplet: DC, 9D and 53. RGB value is (220,157,83). Sum of RGB (Red+Green+Blue) = 220+157+83=460 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.83% from 460); Green value is 157 (61.72% from 255 or 34.13% from 460); Blue value is 83 (32.81% from 255 or 18.04% from 460); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9D53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9D53 is #2362AC. Grayscale: #A7A7A7. Windows color (decimal): -2319021 or 5479900. OLE color: 5479900.

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

Color convert

RGB22015783-
CMYK00.290.620.14
HSL32.41º66.18%59.41%-
HSV(B)32.41º62.27%86.27%-
XYZ43.1339.9513.62-
YUV167.480.37165.52-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 47.83%
GREEN value IS 157 (61.72% from 255) = 34.13%
BLUE value IS 83 (32.81% from 255) = 18.04%
R=47.83%
G=34.13%
B=18.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.62
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201578300.290.620.1432.4166.1859.41
HexDC9D5301D3EE20423b
Octal33423512303576164010273
Binary1101110010011101101001101110111111011101000001000010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9D53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9D53; }

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

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

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

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

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

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

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

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