#DF9761

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

Shades of Porsche #DF9761

Tints of Porsche #DF9761

Color information

#DF9761 (or 0xDF9761) is unknown color: approx Porsche. HEX triplet: DF, 97 and 61. RGB value is (223,151,97). Sum of RGB (Red+Green+Blue) = 223+151+97=471 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.35% from 471); Green value is 151 (59.38% from 255 or 32.06% from 471); Blue value is 97 (38.28% from 255 or 20.59% from 471); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9761 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9761 is #20689E. Grayscale: #A6A6A6. Windows color (decimal): -2123935 or 6395871. OLE color: 6395871.

HSL color Cylindrical-coordinate representation of color #DF9761: hue angle of 25.71º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DF9761 is Cyan = 0, Magento = 0.32, Yellow = 0.57 and Black (K on CMYK) = 0.13.

Color convert

RGB22315197-
CMYK00.320.570.13
HSL25.71º66.32%62.75%-
HSV(B)25.71º56.5%87.45%-
XYZ43.6638.6816.48-
YUV166.3788.85168.39-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 47.35%
GREEN value IS 151 (59.38% from 255) = 32.06%
BLUE value IS 97 (38.28% from 255) = 20.59%
R=47.35%
G=32.06%
B=20.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.57
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231519700.320.570.1325.7166.3262.75
HexDF976102039D1a423f
Octal33722714104071153210277
Binary1101111110010111110000101000001110011101110101000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF9761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF9761; }

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

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

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

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

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

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

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

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