#DC9D5A

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

Shades of Porsche #DC9D5A

Tints of Porsche #DC9D5A

Color information

#DC9D5A (or 0xDC9D5A) is unknown color: approx Porsche. HEX triplet: DC, 9D and 5A. RGB value is (220,157,90). Sum of RGB (Red+Green+Blue) = 220+157+90=467 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.11% from 467); Green value is 157 (61.72% from 255 or 33.62% from 467); Blue value is 90 (35.55% from 255 or 19.27% from 467); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9D5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9D5A is #2362A5. Grayscale: #A8A8A8. Windows color (decimal): -2319014 or 5938652. OLE color: 5938652.

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

Color convert

RGB22015790-
CMYK00.290.590.14
HSL30.92º65%60.78%-
HSV(B)30.92º59.09%86.27%-
XYZ43.4240.0715.12-
YUV168.283.87164.95-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 47.11%
GREEN value IS 157 (61.72% from 255) = 33.62%
BLUE value IS 90 (35.55% from 255) = 19.27%
R=47.11%
G=33.62%
B=19.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.59
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201579000.290.590.1430.926560.78
HexDC9D5A01D3BE1f413d
Octal33423513203573163710175
Binary110111001001110110110100111011110111110111111000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9D5A; }

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

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

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

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

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

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

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

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