#dc9953

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

Shades of Porsche #DC9953

Tints of Porsche #DC9953

Color information

#DC9953 (or 0xDC9953) is unknown color: approx Porsche. HEX triplet: DC, 99 and 53. RGB value is (220,153,83). Sum of RGB (Red+Green+Blue) = 220+153+83=456 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.25% from 456); Green value is 153 (60.16% from 255 or 33.55% from 456); Blue value is 83 (32.81% from 255 or 18.20% from 456); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9953 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9953 is #2366AC. Grayscale: #A5A5A5. Windows color (decimal): -2320045 or 5478876. OLE color: 5478876.

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

Color convert

RGB22015383-
CMYK00.300.620.14
HSL30.66º66.18%59.41%-
HSV(B)30.66º62.27%86.27%-
XYZ42.4738.6213.4-
YUV165.0581.7167.19-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 48.25%
GREEN value IS 153 (60.16% from 255) = 33.55%
BLUE value IS 83 (32.81% from 255) = 18.20%
R=48.25%
G=33.55%
B=18.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.62
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201538300.300.620.1430.6666.1859.41
HexDC995301E3EE1f423b
Octal33423112303676163710273
Binary110111001001100110100110111101111101110111111000010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dc9953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dc9953; }

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

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

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

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

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

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

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

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