#DFA660

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

Shades of Porsche #DFA660

Tints of Porsche #DFA660

Color information

#DFA660 (or 0xDFA660) is unknown color: approx Porsche. HEX triplet: DF, A6 and 60. RGB value is (223,166,96). Sum of RGB (Red+Green+Blue) = 223+166+96=485 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.98% from 485); Green value is 166 (65.23% from 255 or 34.23% from 485); Blue value is 96 (37.89% from 255 or 19.79% from 485); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA660 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFA660 is #20599F. Grayscale: #AFAFAF. Windows color (decimal): -2120096 or 6334175. OLE color: 6334175.

HSL color Cylindrical-coordinate representation of color #DFA660: hue angle of 33.07º 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 #DFA660 is Cyan = 0, Magento = 0.26, Yellow = 0.57 and Black (K on CMYK) = 0.13.

Color convert

RGB22316696-
CMYK00.260.570.13
HSL33.07º66.49%62.55%-
HSV(B)33.07º56.95%87.45%-
XYZ46.1843.817.09-
YUV175.0683.38162.19-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 45.98%
GREEN value IS 166 (65.23% from 255) = 34.23%
BLUE value IS 96 (37.89% from 255) = 19.79%
R=45.98%
G=34.23%
B=19.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.57
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231669600.260.570.1333.0766.4962.55
HexDFA66001A39D21423f
Octal33724614003271154110277
Binary1101111110100110110000001101011100111011000011000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA660; }

 p { color: rgb(223,166,96); }

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

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

 a { background-color: rgb(223,166,96); }

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

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

 span { border-color: rgb(223,166,96); }

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