#DC9761

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

Shades of Porsche #DC9761

Tints of Porsche #DC9761

Color information

#DC9761 (or 0xDC9761) is unknown color: approx Porsche. HEX triplet: DC, 97 and 61. RGB value is (220,151,97). Sum of RGB (Red+Green+Blue) = 220+151+97=468 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.01% from 468); Green value is 151 (59.38% from 255 or 32.26% from 468); Blue value is 97 (38.28% from 255 or 20.73% from 468); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9761 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9761 is #23689E. Grayscale: #A5A5A5. Windows color (decimal): -2320543 or 6395868. OLE color: 6395868.

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

Color convert

RGB22015197-
CMYK00.310.560.14
HSL26.34º63.73%62.16%-
HSV(B)26.34º55.91%86.27%-
XYZ42.7438.2116.43-
YUV165.4889.36166.89-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 47.01%
GREEN value IS 151 (59.38% from 255) = 32.26%
BLUE value IS 97 (38.28% from 255) = 20.73%
R=47.01%
G=32.26%
B=20.73%

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
Decimal2201519700.310.560.1426.3463.7362.16
HexDC976101F38E1a403e
Octal33422714103770163210076
Binary110111001001011111000010111111110001110110101000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9761; }

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

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

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

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

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

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

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

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